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/lf/commands/scripts | |
| parent | Docs(todo): Update (diff) | |
| download | 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/lf/commands/scripts')
0 files changed, 0 insertions, 0 deletions
