install: fix missing export

feature/symbol-search
bretello 2020-12-06 02:29:46 +01:00
parent 8adf22e128
commit 985c09dda1
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ function brethil_dotfiles_setup {
exec 3>&1 # save stdout
exec 1>>"$HOME/.zshrc"
echo -e "\n\n# brethil's dotfiles:"
echo "DOTFILES=$DOTFILES"
echo "export DOTFILES=$DOTFILES"
echo "source \$DOTFILES/brethil_dotfile.sh"
echo -e "# End of brethil's dotfiles\n\n"
exec 1>&3 # restore stdout