|
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
|