Skip to content

Instantly share code, notes, and snippets.

@psprint
Last active July 17, 2020 09:53
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 psprint/1f4d0a3cb89d68d3256615f247e2aac9 to your computer and use it in GitHub Desktop.
Save psprint/1f4d0a3cb89d68d3256615f247e2aac9 to your computer and use it in GitHub Desktop.
# Zsh compiled script + zrecompile backup
*.zwc
*.zwc.old
# Zsh completion-optimization dumpfile
*zcompdump*
# Zsh zcalc history
.zcalc_history
# A popular plugin manager's files
._zinit
.zinit_lastupd
# zdharma/zshelldoc tool's files
zsdoc/data
# ohmyzsh/ohmyzsh/plugins/per-directory-history plugin's files
# (when set-up to store the history in the local directory)
.directory_history
# MichaelAquilina/zsh-autoswitch-virtualenv plugin's files
# (for Zsh plugins using Python)
.venv
# Zunit tests' output
/tests/_output/*
!/tests/_output/.gitkeep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment