feat: add alias for locating binaries
1 files changed, 6 insertions(+), 0 deletions(-) M modules/shell/zsh.nix
M modules/shell/zsh.nix => modules/shell/zsh.nix +6 -0
@@ 20,6 20,12 @@ enable = true; plugins = [ "git" ]; }; + + initExtra = '' + function loc { + nix-locate --top-level -w /bin/$1 + } + ''; }; }; }