diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2026-04-28 20:55:39 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2026-04-28 20:55:39 -0500 |
| commit | ed29d871a8b2473577e94bbc12308be04322f385 (patch) | |
| tree | d117efdc6c62efcd794b0a9d455e24be86c40a59 /env/.local/bin/system/start-scripts | |
| parent | 35cc9f4f4d12d63dbe80cf8f1fd84e34e9eecd38 (diff) | |
Squashed commit of the following:
steam silent
removed some nvim plugins
vis changes
added vis config
backup changes
backup change
Diffstat (limited to 'env/.local/bin/system/start-scripts')
| -rwxr-xr-x | env/.local/bin/system/start-scripts/autostart.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/env/.local/bin/system/start-scripts/autostart.sh b/env/.local/bin/system/start-scripts/autostart.sh index b0b2daa..9a5ac46 100755 --- a/env/.local/bin/system/start-scripts/autostart.sh +++ b/env/.local/bin/system/start-scripts/autostart.sh @@ -56,7 +56,7 @@ if [ "$(cat /etc/hostname)" == "Kasino" ]; then fi if [ -z "$(pgrep steam)" ]; then - steam & disown + steam -silent & disown fi if [ -z "$(pgrep mumble)" ]; then |
