Created
August 7, 2015 19:57
-
-
Save DmytroVasin/24fccd9b102f5e0b22ce to your computer and use it in GitHub Desktop.
This file contains hidden or 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
source ~/.profile | |
source ~/.git-libs/git-completion.bash | |
source ~/.git-libs/git-prompt.sh | |
export PATH=/usr/local/bin:$PATH | |
export EDITOR='subl -w' | |
alias ns='cd ~/Dropbox/ror/anadea/nowshop' | |
alias jw='cd ~/Dropbox/ror/junior_way' | |
alias cl='cd ~/Dropbox/ror/anadea/clique' | |
alias show_files='defaults write com.apple.finder AppleShowAllFiles YES; killall Finder /System/Library/CoreServices/Finder.app' | |
alias hide_files='defaults write com.apple.finder AppleShowAllFiles NO; killall Finder /System/Library/CoreServices/Finder.app' | |
alias rs='rails server' | |
alias rc='rails console' | |
alias rcs='rails console --sandbox' | |
alias cat='pygmentize -g' | |
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* | |
GIT_PS1_SHOWDIRTYSTATE=true | |
export PS1='╔═[\[\033[00;32m\] \t \[\033[0;37m\]]–[ \[\033[00m\]\[\033[01;34m\]\w\[\033[00m\] ] \n╚═➤\[\033[01;31m\]$(__git_ps1 " (%s)")\[\033[00m\] $ ' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment