In your fish config file add following line.
First you need to set the environment variable for easifem configuration. See more at website
set -q XDG_DATA_HOME
and set -gx EASIFEM_CONFIG_PATH "$XDG_DATA_HOME/easifem"
or set -gx EASIFEM_CONFIG_PATH "$HOME/.config/easifem"if test -f $EASIFEM_CONFIG_PATH/scripts/easifem_functions.fish
source $EASIFEM_CONFIG_PATH/scripts/easifem_functions.fish
endAfter that reload the fish.
- edoc
- erun
- etest
- baseBuild
- baseInstall
- classBuild
- classInstall
- evim
- egreet
- erebuild
Add details of usage of fish functions.