del (zshrc): remove alias tmux-ssh - tmux has not been used that way

This commit is contained in:
eeemsi 2023-11-23 15:57:47 +01:00
parent e85cab5fb6
commit 43f7302dc6
1 changed files with 0 additions and 1 deletions

1
zshrc
View File

@ -70,7 +70,6 @@ alias ..='cd ..'
alias l='ls -F -h'
alias la='ls -F -h -A'
alias view='vim -R'
alias tmux-ssh="ssh -t -o RemoteCommand='tmux attach-session -d || tmux new-session'"
# Comfortable git aliases
alias g='git'