fish-shell setup Mar 13 2018
I'm giving Fish shell a try, you can grab my set up from github (fish setup).
There are a few details worth pointing, most of the configuration is done by the functions inside:
1
$HOME/.config/fish/functions
- Aliases are better created by defining functions that are autoloaded.
- Prompt is defined by the following functions:
1
2
3
fish_prompt.fish
fish_right_prompt.fish
fish_mode_prompt.fish # if you are using vi mode
Use fisherman to manage your plugins
These are a few plugins I like to have:
-
fisher fzf
- fuzzy search -
fisher fnm
- nodejs version manager -
fisher grc
- generic colouriser
And that's it enjoy. Derik
** If you want to check what else I'm currently doing, be sure to follow me on twitter @rderik or subscribe to the newsletter. If you want to send me a direct message, you can send it to derik@rderik.com.