Last active
March 12, 2020 12:53
-
-
Save pablospizzamiglio/6851266c123d55ed3816f3478c8ffa3f to your computer and use it in GitHub Desktop.
Fish Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set -Ux N_PREFIX "$HOME/.n" | |
set NODE_MODULES "$HOME/.node_modules" | |
set PATH $HOME/.local/bin $NODE_MODULES/bin $N_PREFIX/bin $PATH | |
set MANPATH $NODE_MODULES/share/man $MANPATH | |
status --is-interactive; and source (rbenv init -|psub) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment