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
|
@ -41,7 +41,9 @@ yay -S --noconfirm --needed \
|
|||
downgrade lf xdg-ninja-git
|
||||
|
||||
# Copy over zsh configuration
|
||||
cp -a home/.zshenv ~
|
||||
# Note that this assumes you've ran install_root.sh, whcih created /etc/zsh/zshenv
|
||||
# with $ZOOTDIR exported. If you haven't done that, you'll want to symlink the
|
||||
# ~/.config/zsh/.zshenv to your home directory.
|
||||
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