scripts/applications/fish

16 lines
340 B
Plaintext
Raw Normal View History

if status is-interactive
and not status is-login
and test -z "$TMUX"
exec tmux new-session
end
2019-06-25 16:13:32 -07:00
source ~/src/scripts/fish/cheat.fish
2019-06-28 15:34:53 -07:00
source ~/src/scripts/fish/homebrew.fish
2019-06-24 06:39:58 -07:00
source ~/src/scripts/fish/megadl.fish
source ~/src/scripts/fish/prompt.fish
source ~/src/scripts/fish/ql.fish
source ~/src/scripts/fish/rebuild.fish
2019-06-18 09:13:09 -07:00
## EOF