mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
install: fix missing export
This commit is contained in:
parent
8adf22e128
commit
985c09dda1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user