Skip to content

Instantly share code, notes, and snippets.

@rubic
Created February 24, 2017 20:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rubic/ce976677704e3773ed4b82d6c8c023f8 to your computer and use it in GitHub Desktop.
Save rubic/ce976677704e3773ed4b82d6c8c023f8 to your computer and use it in GitHub Desktop.
Load salsa docker commands in bashrc
# Load salsa docker commands
if [ -f ~/Projects/gringo/bin/salsa_aliases.sh ]; then
source ~/Projects/gringo/bin/salsa_aliases.sh
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment