Created
April 3, 2016 16:07
-
-
Save rianby64/363b6bcf31f59c5ed38a182a6978f681 to your computer and use it in GitHub Desktop.
My Bash RC
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .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