Created
November 6, 2018 18:05
-
-
Save pkolyvas/4344d502ba7ae7e76be708ee7ad26a07 to your computer and use it in GitHub Desktop.
For those who use Tug and Fish
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
# For users of fish, if you want to use jive/tug | |
# Add this to to your fish shell config | |
# or `cat config.fish.tug >> ~/.config/fish/config.fish` | |
set -x -g TUG_ROOT $HOME/.tug | |
set -x -g TUG_RELEASE_CHANNEL stable | |
set -x -g PATH $TUG_ROOT/bin $PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment