update: new alias for tmux operations
This commit is contained in:
parent
7b70d0cdf4
commit
ecc0a7b5bd
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue