1

fix bug (navi uses bash, not fish/current shell)

This commit is contained in:
2022-11-09 23:16:14 +01:00
parent 53390d8838
commit d598ca8b9b

View File

@ -1,4 +1,4 @@
% nixos, nix-store, link % nixos, nix-store, link
# Find the storepath of an executable in the users path # Find the storepath of an executable in the users path
readlink -f (which <executable>) readlink -f $(which <executable>)