Skip to content

Instantly share code, notes, and snippets.

@etaf
Created May 7, 2019 01:42
Show Gist options
  • Save etaf/18a06923464777a72abea882e8c0ee49 to your computer and use it in GitHub Desktop.
Save etaf/18a06923464777a72abea882e8c0ee49 to your computer and use it in GitHub Desktop.
customized zshrc local
function update_tags () {
rm -f tags GTAGS GRTAGS GPATH
ctags -R
gtags
}
#Force python not generate __pycache__
export PYTHONDONTWRITEBYTECODE=1
alias grepp="grep -nIR"
alias vimu="vim -u NONE"
alias lla='ls -alt'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment