fix bug (navi uses bash, not fish/current shell)
This commit is contained in:
@ -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>)
|
||||
|
Reference in New Issue
Block a user