Created
March 5, 2021 19:52
-
-
Save gamesguru/85aba1daff3945dcb6559b6a6aba2bc6 to your computer and use it in GitHub Desktop.
zsh profile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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