You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on a fresh install of fish shell, the "clean" function appears to not be functional. the resulting behavior is deletion of all bookmarks. this occurs regardless as to whether or not any symlinks are broken
$ to ls
here -> ~/.config/fish/functions
$ to clean
fish: Unknown command: __to_expand
in command substitution
called on line 203 of file ~/.config/fish/functions/to.fish
in function 'to' with arguments 'clean'
~/.config/fish/functions/to.fish (line 203): Unknown command
set -l dest (__to_expand $bm)
^~~~~~~~~~~~~~~~^
in function 'to' with arguments 'clean'
removed '/home/user/.config/fish/bookmarks/here'
The text was updated successfully, but these errors were encountered:
on a fresh install of fish shell, the "clean" function appears to not be functional. the resulting behavior is deletion of all bookmarks. this occurs regardless as to whether or not any symlinks are broken
The text was updated successfully, but these errors were encountered: