From 209e8f6d4d4da6908b3f47c815d45fa8c7912ff4 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Fri, 27 Sep 2024 18:22:22 -0700 Subject: [PATCH] shell.aliases: za -> az --- .config/shell/aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/shell/aliases b/.config/shell/aliases index f448024..d31afa0 100644 --- a/.config/shell/aliases +++ b/.config/shell/aliases @@ -89,7 +89,7 @@ alias tm='tmux new -As0' alias cd-='cd -' # attach or launch zellij -alias za='zellij attach || zellij' +alias az='zellij attach || zellij' # List available X displays. Useful for finding what display to export when connected over ssh. alias lsx='ls /tmp/.X11-unix | tr "X" ":"'