Skip to content

Instantly share code, notes, and snippets.

@alexdebril
Created March 20, 2019 09:36
Show Gist options
  • Save alexdebril/e4212efde8f181670914d918bbb326d3 to your computer and use it in GitHub Desktop.
Save alexdebril/e4212efde8f181670914d918bbb326d3 to your computer and use it in GitHub Desktop.
My ZSH aliases
alias fuck='sudo $(fc -ln -1)'
alias _=sudo
alias upgrade='sudo apt-get update && sudo apt-get upgrade'
alias indian-date='TZ=Asia/Calcutta date'
alias clean='git st > file-to-remove && xargs rm -Rf < file-to-remove'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment