From 43f7302dc6795b323b22d3d5490f54d14b6a7924 Mon Sep 17 00:00:00 2001 From: eeemsi Date: Thu, 23 Nov 2023 15:57:47 +0100 Subject: [PATCH] del (zshrc): remove alias tmux-ssh - tmux has not been used that way --- zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/zshrc b/zshrc index dbff00a..edec962 100644 --- a/zshrc +++ b/zshrc @@ -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'