Created
October 18, 2013 18:20
-
-
Save sagarjauhari/7045826 to your computer and use it in GitHub Desktop.
Bash Aliases
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 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