- Notifications
You must be signed in to change notification settings - Fork0
Port ofhttps://github.com/eivind88/prm for the fish shell
License
NotificationsYou must be signed in to change notification settings
FredDeschenes/prm-fish
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Port ofprm for the fish shell
Add the following to your config.fish
# Load prm-fish. /path/to/prm.fish
Although copying/symlinkingprm.fish
to~/.config/fish/functions/
will work, autocompletions will not be available unlesssource
d.
- Works on fish (who would have thought?)
- Project files are saved in
~/.prm-fish/
instead of~/.prm/
- Project scripts directory can be set with
PRM_FISH_DIR
instead ofPRM_DIR
(shell will need to be restarted for change to take effect) - Specyfing aditional arguments to 'start' does not work
Feel free to report any other differences in theissue tracker.
- Any function declared in the project start script will need to be erased (with
functions -e $function_name
) in the stop script, otherwise it will remain defined even after stopping the project
This has only been tested on my machine and might break all the things (although it really shouldn't be able to). Use at your own risk and reportissues you have!
Packages0
No packages published