Tried setting up a vm machine
This commit is contained in:
parent
230a739327
commit
dda932b1b0
23 changed files with 104 additions and 66 deletions
home/features/cli/fish
|
@ -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
|
||||
# }}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue