Skip to content

Instantly share code, notes, and snippets.

@fdelbos
Last active September 27, 2015 06:18
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 fdelbos/1225129 to your computer and use it in GitHub Desktop.
Save fdelbos/1225129 to your computer and use it in GitHub Desktop.
basic shell conf
export PS1="[\e[0;47m\w\e[0m]\e[0;32m\\$\e[0m "
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
BLOCKSIZE=m; export BLOCKSIZE
EDITOR=emacs; export EDITOR
PAGER=less; export PAGER
PACKAGESITE=ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-current
export PACKAGESITE
alias l='ls -lah'
alias c='cat'
alias py='python'
alias e='emacs'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment