Skip to content

Instantly share code, notes, and snippets.

@keklikhasan
Last active July 25, 2018 07:48
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 keklikhasan/ea142805044bd14d9114 to your computer and use it in GitHub Desktop.
Save keklikhasan/ea142805044bd14d9114 to your computer and use it in GitHub Desktop.
alias al='vi ~/.bash_aliases'
alias egrep='egrep --color=auto'
alias fgrep='fgrep --color=auto'
alias grep='grep --color=auto'
alias ll='ls -la'
alias up='cd ..'
alias home='cd ~'
alias desktop='cd ~/Desktop'
alias dev='cd ~/dev'
alias projects='cd ~/dev/projects'
#applications
alias gradle='./gradlew'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment