aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index e388c09..3d2392b 100755
--- a/install.sh
+++ b/install.sh
@@ -14,7 +14,7 @@ cp -R tmux "$CONFIG"
14cp -R nvim "$CONFIG" 14cp -R nvim "$CONFIG"
15 15
16# zsh 16# zsh
17cp zsh/zshenv ~/.zshenv 17cp zsh/zshenv ~/.zshenv
18 18
19mkdir -p "$CONFIG/zsh" 19mkdir -p "$CONFIG/zsh"
20cp zsh/zshrc "$CONFIG/zsh/.zshrc" 20cp zsh/zshrc "$CONFIG/zsh/.zshrc"