Skip to content

Instantly share code, notes, and snippets.

@aarohmankad
Created December 7, 2017 21:11
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 aarohmankad/da9d6b4399fb2b0a3df766e1c7f56c91 to your computer and use it in GitHub Desktop.
Save aarohmankad/da9d6b4399fb2b0a3df766e1c7f56c91 to your computer and use it in GitHub Desktop.
# Functions.
# These are like aliases, but can take arguments
# All functions are in ~/.bash_functions for modularity
if [ -f ~/.bash_functions ]; then
. ~/.bash_functions
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment