Skip to content

Instantly share code, notes, and snippets.

@wvdk
Last active March 30, 2017 23:43
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 wvdk/d99e6836822287b39a2c8d543625c951 to your computer and use it in GitHub Desktop.
Save wvdk/d99e6836822287b39a2c8d543625c951 to your computer and use it in GitHub Desktop.
# export PS1="úÙ¯‘ \[\033[38m\]\h\[\033[01;34m\] \w \[\033[31m\]\`ruby -e \"print (%x{git branch 2> /dev/null}.match(/^\*.*/).to_s || '').gsub(/^\* (.+)$/, '(\1) ')\"\`\[\033[37m\]$\[\033[00m\] "
#alias ls='ls -a -l -G -h -p -T'
alias ls='ls -A -h -p'
alias gs='git status '
alias ga='git add '
alias gb='git branch '
alias gc='git commit -m'
alias gstatus='git status '
alias gadd='git add '
alias gbranch='git branch '
alias gcommit='git commit -m'
alias gdiff='git diff'
alias gpush='git push'
alias gpull='git pull'# export PS1="úÙ¯‘ \[\033[38m\]\h\[\033[01;34m\] \w \[\033[31m\]\`ruby -e \"print (%x{git branch 2> /dev/null}.match(/^\*.*/).to_s || '').gsub(/^\* (.+)$/, '(\1) ')\"\`\[\033[37m\]$\[\033[00m\] "
# export PS1="\w $ "
export PS1='\[\e[1;91m\]\w \$\[\e[0m\] '
alias ls='ls -A -h -p'
alias gs='git status '
alias ga='git add '
alias gb='git branch '
alias gc='git commit -m'
alias gstatus='git status '
alias gadd='git add '
alias gbranch='git branch '
alias gcommit='git commit -m'
alias gdiff='git diff'
alias gpush='git push'
alias gpull='git pull'
alias gclone='git clone'
alias c='clear'
# Some stuff taken from https://gist.github.com/eignerchris/1340566
# added by Anaconda3 4.3.0 installer
export PATH="/Users/wes/anaconda3/bin:$PATH"
# Setting PATH for Python 2.7
# The original version is saved in .profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/2.7/bin:${PATH}"
export PATH
# The next line updates PATH for the Google Cloud SDK.
if [ -f '/Users/wes/google-cloud-sdk/path.bash.inc' ]; then source '/Users/wes/google-cloud-sdk/path.bash.inc'; fi
# The next line enables shell command completion for gcloud.
if [ -f '/Users/wes/google-cloud-sdk/completion.bash.inc' ]; then source '/Users/wes/google-cloud-sdk/completion.bash.inc'; fi
alias gclone='git clone'
alias c='clear'
# Some stuff taken from https://gist.github.com/eignerchris/1340566
# added by Anaconda3 4.3.0 installer
export PATH="/Users/wes/anaconda3/bin:$PATH"
# Setting PATH for Python 2.7
# The original version is saved in .profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/2.7/bin:${PATH}"
export PATH
# The next line updates PATH for the Google Cloud SDK.
if [ -f '/Users/wes/google-cloud-sdk/path.bash.inc' ]; then source '/Users/wes/google-cloud-sdk/path.bash.inc'; fi
# The next line enables shell command completion for gcloud.
if [ -f '/Users/wes/google-cloud-sdk/completion.bash.inc' ]; then source '/Users/wes/google-cloud-sdk/completion.bash.inc'; fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment