mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 04:00:42 +00:00
Export ZOOTDIR from /etc/zsh/zshenv
This commit is contained in:
parent
c4053d8496
commit
fc45c3eb7a
4 changed files with 6 additions and 3 deletions
|
@ -42,7 +42,8 @@ cp root/.rsync-filter /
|
|||
sudo pacman -Sy
|
||||
|
||||
# Copy ZSH shell configuration
|
||||
cp -a home/.zshenv ~
|
||||
mkdir -p /etc/zsh
|
||||
cp -ra root/etc/zsh /etc/zsh
|
||||
mkdir -p ~/.config
|
||||
cp -ra home/.config/shell ~/.config
|
||||
cp -ra home/.config/zsh ~/.config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue