[ZSH] Reload zsh on dotfiles update
This commit is contained in:
@@ -45,7 +45,7 @@ fi
|
|||||||
# If the dotfiles were updated, we are sourcing this file again
|
# If the dotfiles were updated, we are sourcing this file again
|
||||||
if [ "$DOTFILES_UPDATED" -eq 1 ]; then
|
if [ "$DOTFILES_UPDATED" -eq 1 ]; then
|
||||||
echo "Reloading!" > /tmp/zsh.log
|
echo "Reloading!" > /tmp/zsh.log
|
||||||
source .zshrc
|
source ~/dotfiles/zsh/.zshrc
|
||||||
else
|
else
|
||||||
echo "Actual run!" > /tmp/zsh.log
|
echo "Actual run!" > /tmp/zsh.log
|
||||||
# Load Antidote
|
# Load Antidote
|
||||||
|
|||||||
Reference in New Issue
Block a user