Reduced the amount of IFD and started setting up wezterm
This commit is contained in:
parent
e2baf15fe6
commit
b030524e83
15 changed files with 131 additions and 19 deletions
home/adrielus/features/cli/fish
|
@ -1,6 +1,7 @@
|
|||
# {{{ Start tmux if not already inside tmux
|
||||
if status is-interactive
|
||||
and not set -q TMUX
|
||||
and not set -q NO_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