1
Fork 0

Reduced the amount of IFD and started setting up wezterm

This commit is contained in:
Matei Adriel 2023-04-01 21:29:47 +02:00
parent e2baf15fe6
commit b030524e83
No known key found for this signature in database
15 changed files with 131 additions and 19 deletions
home/adrielus/features/cli/fish

View file

@ -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
# }}}