Skip to content

Instantly share code, notes, and snippets.

@rianby64
Created April 3, 2016 16:07
Show Gist options
  • Save rianby64/363b6bcf31f59c5ed38a182a6978f681 to your computer and use it in GitHub Desktop.
Save rianby64/363b6bcf31f59c5ed38a182a6978f681 to your computer and use it in GitHub Desktop.
My Bash RC
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# User specific aliases and functions
alias nave='~/.nave/nave.sh'
alias nstable='nave use stable'
alias ncentos='nave use centos'
alias g='git'
alias gcb='xclip -selection clipboard'
GIT_PROMPT_ONLY_IN_REPO=1
source ~/.bash-git-prompt/gitprompt.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment