diff --git a/modules/zsh.nix b/modules/zsh.nix index 72da6a9..87d316b 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -1,4 +1,4 @@ -{ pkgs, config, ... }: +{ pkgs, ... }: let promptColours.success = "cyan"; promptColours.failure = "red"; @@ -47,8 +47,6 @@ in export KEYTIMEOUT=1 - hash -d nixos=/etc/nixos niveum=${config.users.users.me.home}/sync/src/niveum - autoload -U zmv run-help edit-command-line fpath=(${zsh-completions}/src $fpath)