fishgretel / fasd

Plugin for fish-shell to integrate fasd
https://github.com/fisherman/fisherman
Other
58 stars 19 forks source link

Tracking file and directory changes with a leading ~ #10

Closed alloro closed 3 years ago

alloro commented 7 years ago

When jumping to directories or editing files with a leading ~ the plugin won't recognize it and furthermore won't add it to the ~/.fasd file.

Example: cd /home/<user>/Documents results in a line in the .fasd cd ~/Documents won't result in a line

same for file manipulation

nano /home/<user>/.Xresources will result in a line nano ~/.Xresources won't

This behaviour isn't happening in bash or zsh (both tested :white_check_mark: ). Perhaps due to the fact of putting 'eval "$(fasd --init auto)' in their rc files.

adityavm commented 6 years ago

@alloro @gretel i've submitted a PR #12 fixing both #8 and this