Fix typo
This commit is contained in:
parent
1ad325601e
commit
5374169ea5
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ bindkey -v
|
||||||
export RPROMPT=' ' # Fixes a side-effect of the vi-mode oh-my-zsh plugin
|
export RPROMPT=' ' # Fixes a side-effect of the vi-mode oh-my-zsh plugin
|
||||||
export KEYTIMEOUT=1
|
export KEYTIMEOUT=1
|
||||||
|
|
||||||
typset -U path
|
typeset -U path
|
||||||
|
|
||||||
fpath=(~/bin ~/.zshcompletions $fpath)
|
fpath=(~/bin ~/.zshcompletions $fpath)
|
||||||
zstyle :compinstall filename '/home/anthonys/.zshrc'
|
zstyle :compinstall filename '/home/anthonys/.zshrc'
|
||||||
|
|
Loading…
Add table
Reference in a new issue