Skip to content

Instantly share code, notes, and snippets.

@fcayci
Created June 5, 2014 16:54
Show Gist options
  • Save fcayci/93b1cf67b82a76e1aabd to your computer and use it in GitHub Desktop.
Save fcayci/93b1cf67b82a76e1aabd to your computer and use it in GitHub Desktop.
# ~/.bashrc
HISTCONTROL=$HISTCONTROL${HISTCONTROL+,}ignoredups
PS1='\[\033[01;31m\]\u\[\033[01;31m\]@\[\033[01;31m\]\h:\[\033[01;34m\]\w>\[\033[00m\] '; export PS1
CLICOLOR="YES"; export CLICOLOR
LSCOLORS="ExGxFxdxCxDxDxhbadExEx"; export LSCOLORS
alias vi='vim'
alias showpflog="tcpdump -n -e -ttt -r /var/log/pflog"
alias livepflog="tcpdump -s 256 -l -n -e -i pflog0"
alias portup="portsnap fetch update"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment