From 5b26e695eea3cfbc2829959157c058b4c51820f6 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 13 May 2024 07:05:17 +0100 Subject: [PATCH] Remove shellAliases --- programs/shell/default.nix | 3 --- 1 file changed, 3 deletions(-) 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"];