Edit $fish_user_paths
with your editor!
fisher install yuys13/pathed.fish
- Set /path/to/your/editor to
$VISUAL
or$EDITOR
- Execute
pathed
function - Edit paths with editor(one path per line)
- Quit the editor, edited paths apply to
$fish_user_paths
pathed provides an interface to edit the $fish_user_paths
If the $VISUAL
environment variable is set, it will be used as the program to edit the function.
If $VISUAL
is unset but $EDITOR
is set, that will be used.