Skip to content

Instantly share code, notes, and snippets.

@kenhia
Last active October 12, 2020 14:09
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 kenhia/c69437b3305692d1661f82e9cac80e1e to your computer and use it in GitHub Desktop.
Save kenhia/c69437b3305692d1661f82e9cac80e1e to your computer and use it in GitHub Desktop.
# common aliases that I use
alias md='mkdir'
alias cls='clear'
alias gr='grep -R --exclude-dir=.git'
if [ -e ~/src/cicd/scripts ]
then
alias marvindev="source ~/src/cicd/scripts/user/ken/k_marvin_dev.sh"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment