Skip to content

Instantly share code, notes, and snippets.

@gamesguru
Created March 5, 2021 19:52
Show Gist options
  • Save gamesguru/85aba1daff3945dcb6559b6a6aba2bc6 to your computer and use it in GitHub Desktop.
Save gamesguru/85aba1daff3945dcb6559b6a6aba2bc6 to your computer and use it in GitHub Desktop.
zsh profile
# autoload -Uz compinit
# compinit
# [[ -r "/usr/local/etc/bash_completion.d/python-argcomplete" ]] && . "/usr/local/etc/bash_completion.d/python-argcomplete"
# eval "$(register-python-argcomplete /Users/shane/nutra/cli/nutra)"
alias grep='ggrep --color'
export GPG_TTY=$(tty)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment