diff options
author | Soispha <soispha@vhack.eu> | 2023-05-08 19:10:28 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-09 19:33:35 +0200 |
commit | 0f091339dda734153403da4c19898ef33a9e7637 (patch) | |
tree | e5193352a1582e2d754a3b31451ee0890ebaf2ab /home-manager/config | |
parent | Docs(todo): Update (diff) | |
download | nixos-config-0f091339dda734153403da4c19898ef33a9e7637.tar.gz nixos-config-0f091339dda734153403da4c19898ef33a9e7637.zip |
Fix(hm/conf/zsh): Remove unneeded aliases
diff --git a/home-manager/config/zsh/default.nix b/home-manager/config/zsh/default.nix index f9e5e4e..f066be7 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
Diffstat (limited to 'home-manager/config')
-rw-r--r-- | home-manager/config/zsh/default.nix | 5 |
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 |