update: new alias for tmux operations

This commit is contained in:
juancwu 2023-01-01 21:53:44 -05:00
commit ecc0a7b5bd
No known key found for this signature in database

View file

@ -43,6 +43,12 @@ if type -q git
alias ga "git add"
end
if type -q tmux
alias tma "tmux attach"
alias tmls "tmux list-session"
alias tmks "tmux kill-session"
end
# allow local config overwrite
set LOCAL_CONFIG (dirname (status --current-file))/config-local.fish
if test -f $LOCAL_CONFIG