1

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

This commit is contained in:
2022-11-09 23:16:14 +01:00
parent 540b9d5106
commit cdba4ffcc1

View File

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