1
Fork 0

Tried setting up a vm machine

This commit is contained in:
Matei Adriel 2023-05-28 05:24:36 +02:00
parent 230a739327
commit dda932b1b0
No known key found for this signature in database
23 changed files with 104 additions and 66 deletions
home/features/cli/fish

View file

@ -2,6 +2,7 @@
if status is-interactive
and not set -q TMUX
and not set -q NO_TMUX
and set -q ALWAYS_TMUX
exec tmux attach -t Welcome || tmux || echo "Something went wrong trying to start tmux"
end
# }}}