Skip to content

Instantly share code, notes, and snippets.

@cliffordfajardo
Last active January 26, 2016 21:10
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 cliffordfajardo/43df2ea5526dbd66d6fa to your computer and use it in GitHub Desktop.
Save cliffordfajardo/43df2ea5526dbd66d6fa to your computer and use it in GitHub Desktop.
My bash/zshrc profile
# START of ALIASES --------------------------------------------------
alias zshconfig="mate ~/.zshrc"
alias lsa="ls -la"
alias nfiles='echo $(ls -1 | wc -l)'
# Git Aliases
alias gitaa="git add ."
alias cm="git commit"
alias gs="git status"
alias grm="git remote -v"
alias gch="git checkout"
alias gcl="git clone"
alias gra="git remote add"
alias gp="git pull"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment