del (zshrc): remove alias tmux-ssh - tmux has not been used that way
This commit is contained in:
parent
e85cab5fb6
commit
43f7302dc6
1
zshrc
1
zshrc
@ -70,7 +70,6 @@ alias ..='cd ..'
|
|||||||
alias l='ls -F -h'
|
alias l='ls -F -h'
|
||||||
alias la='ls -F -h -A'
|
alias la='ls -F -h -A'
|
||||||
alias view='vim -R'
|
alias view='vim -R'
|
||||||
alias tmux-ssh="ssh -t -o RemoteCommand='tmux attach-session -d || tmux new-session'"
|
|
||||||
|
|
||||||
# Comfortable git aliases
|
# Comfortable git aliases
|
||||||
alias g='git'
|
alias g='git'
|
||||||
|
Loading…
Reference in New Issue
Block a user