This commit is contained in:
Anthony Cicchetti 2020-05-22 16:04:29 -04:00
parent 1ad325601e
commit 5374169ea5

View file

@ -7,7 +7,7 @@ bindkey -v
export RPROMPT=' ' # Fixes a side-effect of the vi-mode oh-my-zsh plugin
export KEYTIMEOUT=1
typset -U path
typeset -U path
fpath=(~/bin ~/.zshcompletions $fpath)
zstyle :compinstall filename '/home/anthonys/.zshrc'