Skip to content

Instantly share code, notes, and snippets.

@midNight-jam
Last active December 21, 2017 22:34
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 midNight-jam/4003b736bec4855db16f4eed9cad5d43 to your computer and use it in GitHub Desktop.
Save midNight-jam/4003b736bec4855db16f4eed9cad5d43 to your computer and use it in GitHub Desktop.
zzBashProfile [-_-]
alias al="ls -a"
alias all="ls -altr"
alias l="pwd"
alias cd2="cd ../.."
alias cd4="cd ../../../../"
alias cd6="cd ../../../../../../"
#search
search(){
grep -rnw . -e $1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment