Created
July 25, 2016 21:20
-
-
Save diogob/2dfff3a7d098347374c0b0b84c9b7715 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
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 [email protected]" | |
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