Skip to content

Instantly share code, notes, and snippets.

@diogob
Created July 25, 2016 21:20
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 diogob/2dfff3a7d098347374c0b0b84c9b7715 to your computer and use it in GitHub Desktop.
Save diogob/2dfff3a7d098347374c0b0b84c9b7715 to your computer and use it in GitHub Desktop.
export PS1="\[\033[0;31m\]\u@\h\[\033[0;33m\]:\[\033[0;32m\]\W\[\033[0;37m\] \\$ \[\033[0m\]"
export SUDO_PS1=$PS1
alias ls="ls -h -G"
alias brake="bundle exec rake"
alias be="bundle exec"
alias ce="cabal exec"
alias se="stack exec"
alias dokku="ssh dokku@dokku.catarse.me"
alias e="open -a Emacs"
export PAGER=most
export PATH="/Applications/Postgres.app/Contents/Versions/9.5/bin:$PATH"
# vim editor in psql
export EDITOR='vim'
export PSQL_EDITOR=$EDITOR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment