summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2020-11-19 01:39:34 +0100
committermakefu <github@syntax-fehler.de>2020-11-19 01:39:34 +0100
commit3417a4f8908ec157c0d6a10af0a0b053f231376c (patch)
tree436c6e46070a968dda224988fb8e4b04c9524229 /makefu
parent8748cbe3e182b99bbf81ee7d830111bc3930dc95 (diff)
ma zsh: use plugin directly from navi src
Diffstat (limited to 'makefu')
-rw-r--r--makefu/2configs/home-manager/zsh.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefu/2configs/home-manager/zsh.nix b/makefu/2configs/home-manager/zsh.nix
index 862ee5df..8d6c1f2f 100644
--- a/makefu/2configs/home-manager/zsh.nix
+++ b/makefu/2configs/home-manager/zsh.nix
@@ -52,6 +52,7 @@
xo = "mimeopen";
nmap = "nmap -oN $HOME/loot/scan-`date +\%s`.nmap -oX $HOME/loot/scan-`date +%s`.xml";
};
+ # navi package does not come with the navi.plugin.zsh anymore so we use .src
initExtra = ''
bindkey -e
# shift-tab
@@ -69,7 +70,7 @@
zstyle ':completion::complete:secrets::' prefix "$HOME/.secrets-pass/"
# navi
- source ${pkgs.navi}/share/navi/shell/navi.plugin.zsh
+ . ${pkgs.navi.src}/shell/navi.plugin.zsh
# ctrl-x ctrl-e
autoload -U compinit && compinit
autoload -U edit-command-line