Skip to content

Instantly share code, notes, and snippets.

@nkgokul
Created March 5, 2019 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nkgokul/2909576caf8c4651f2ed0c3db347225a to your computer and use it in GitHub Desktop.
Save nkgokul/2909576caf8c4651f2ed0c3db347225a to your computer and use it in GitHub Desktop.
Bash File to install on new servers
alias cd...="cd ../.."
alias cd....="cd ../../.."
alias cd.....="cd ../../../.."
alias chrome="open -a 'Google Chrome'"
alias emacs="emacs -nw"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment