Skip to content

Instantly share code, notes, and snippets.

@AbbyRH

AbbyRH/.zshrc Secret

Created May 18, 2018 17:07
Show Gist options
  • Save AbbyRH/a6467ac6ada924db6448bee21e4d4fc5 to your computer and use it in GitHub Desktop.
Save AbbyRH/a6467ac6ada924db6448bee21e4d4fc5 to your computer and use it in GitHub Desktop.
antigen issue
source /home/abby/antigen.zsh
antigen use oh-my-zsh
antigen bundle git
antigen bundle git-extras
antigen bundle tmux
antigen bundle extract
antigen bundle tomb
antigen bundle kubectl
antigen bundle pip
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle zsh-users/zsh-autosuggestions
antigen bundle AbbyRH/hyperzsh
antigen theme AbbyRH/hyperzsh
antigen apply
COMPLETION_WAITING_DOTS="true"
HIST_STAMPS="yyyy-mm-dd"
VIRTUAL_ENV_DISABLE_PROMPT=true
ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE=20
ZSH_HIGHLIGHT_HIGHLIGHTERS+=(brackets root)
DEFAULT_USER=abby
if [ "$USER" = "root" ]
then
export PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/sbin:/usr/sbin:/sbin"
#ZSH_DISABLE_COMPFIX=true
else
export PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games"
fi
GPG_TTY=$(tty)
export GPG_TTY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment