diff options
Diffstat (limited to '_zsh/90-aliases.zsh')
-rw-r--r-- | _zsh/90-aliases.zsh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/_zsh/90-aliases.zsh b/_zsh/90-aliases.zsh index 1327721..a530fba 100644 --- a/_zsh/90-aliases.zsh +++ b/_zsh/90-aliases.zsh @@ -22,10 +22,4 @@ alias lsa='ls -lah' alias grep='grep --color=auto' -alias ta='tmux attach -t' -alias tl='tmux list-sessions' -alias ts='tmux new-session -s' -alias tkss='tmux kill-session -t' -alias tksv='tmux kill-server' - # vim: set ts=8 sw=4 tw=0 fenc=utf-8 ft=zsh: # |