Last active
September 27, 2015 06:18
-
-
Save fdelbos/1225129 to your computer and use it in GitHub Desktop.
basic shell conf
This file contains 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="[\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