From dbea2c3903c5b50b991eaa6fca348273c84f5b50 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 29 Apr 2024 14:11:51 -0400 Subject: [PATCH] global/zsh: add gj alias --- users/modules/global/shells/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/modules/global/shells/zsh.nix b/users/modules/global/shells/zsh.nix index 7894ce8..03a8eeb 100644 --- a/users/modules/global/shells/zsh.nix +++ b/users/modules/global/shells/zsh.nix @@ -47,6 +47,7 @@ } alias "jh"="cd ~ && j" + alias "gj"="gcd && j" editi() { if [[ $# -eq 0 ]] then