diff --git a/programs/shell/default.nix b/programs/shell/default.nix index b736a80..93b7358 100644 --- a/programs/shell/default.nix +++ b/programs/shell/default.nix @@ -173,9 +173,6 @@ ignoreDups = true; ignoreSpace = true; }; - shellAliases = { - gsa = "git-sync-all"; - }; oh-my-zsh = { enable = true; plugins = ["colored-man-pages" "lol" "rand-quote"];