about summary refs log tree commit diff stats
path: root/home-manager
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager')
-rw-r--r--home-manager/config/zsh/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/home-manager/config/zsh/default.nix b/home-manager/config/zsh/default.nix
index f9e5e4e5..f066be76 100644
--- a/home-manager/config/zsh/default.nix
+++ b/home-manager/config/zsh/default.nix
@@ -75,13 +75,8 @@
       + builtins.readFile "${pkgs.fzf}/share/fzf/key-bindings.zsh"
       + "source ${shell_library.rawLib.${system}}";
     shellAliases = {
-      ls = "ls -a --color=auto";
       ll = ". ll";
-      pip = "pip --require-virtualenv";
       hisea = "history 0 | grep";
-
-      mocp = "mocp -M ${config.xdg.configHome}/moc";
-      yarn = "yarn --use-yarnrc ${config.xdg.configHome}/yarn/config";
     };
     sessionVariables = {
       # HISTSIZE = "9000000"; # This Should already be set by the shell