aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-06-15 16:49:29 +0200
committerKarel Kočí <cynerd@email.cz>2018-06-15 16:49:29 +0200
commita44393cbdd488bc00832000cb397239b45cbee51 (patch)
tree020c9abb7dd972b1ad32e4c0c723a3e233fd8c06 /install
parentd6e366d02e6adcb92bfbb586d10a263920a58454 (diff)
downloadshellrc-a44393cbdd488bc00832000cb397239b45cbee51.tar.gz
shellrc-a44393cbdd488bc00832000cb397239b45cbee51.tar.bz2
shellrc-a44393cbdd488bc00832000cb397239b45cbee51.zip
Add zshrc to install scriptv0.4.1
Diffstat (limited to 'install')
-rwxr-xr-xinstall1
1 files changed, 1 insertions, 0 deletions
diff --git a/install b/install
index 25d718b..2305d3f 100755
--- a/install
+++ b/install
@@ -53,6 +53,7 @@ fi
if $U_ZSH; then
mkdir -p "$I_PREFIX/etc/zsh"
+ cp zshrc "$I_PREFIX/etc/zsh/zshrc"
cp -r zshrc.d/. "$I_PREFIX/etc/zsh/zshrc.d"
mkdir -p "$I_PREFIX/usr/share/zsh/site-functions"
cp -r zsh-completion/. "$I_PREFIX/usr/share/zsh/site-functions"