From 5374169ea5e6f34f1937287fc6424e25cff52a2e Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Fri, 22 May 2020 16:04:29 -0400 Subject: [PATCH] Fix typo --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zshrc b/zsh/zshrc index fe71b0a..ecf2c87 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -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'