Skip to content

Instantly share code, notes, and snippets.

@sagarjauhari
Created October 18, 2013 18: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 sagarjauhari/7045826 to your computer and use it in GitHub Desktop.
Save sagarjauhari/7045826 to your computer and use it in GitHub Desktop.
Bash Aliases
export EDITOR=~/bin/edit
export VISUAL=~/bin/edit
export ALTERNATE_EDITOR=emacs
alias t='terminator 2> /dev/null &'
alias g='gedit > /dev/null &'
alias em='emacsclient -c > /dev/null&'
alias ec='/home/sagar/eclipse/eclipse > /dev/null&'
alias ci='google-chrome --incognito > /dev/null&'
alias p='ps -e| grep '
alias wifi='/home/sagar/Dropbox/scripts/wifi_rtl_cisco.sh'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment