[ZSH] Reload zsh on dotfiles update
This commit is contained in:
@@ -47,7 +47,7 @@ if [ "$DOTFILES_UPDATED" -eq "1" ]; then
|
||||
echo "Reloading ($$)!" >> /tmp/zsh.log
|
||||
source ~/dotfiles/zsh/.zshrc
|
||||
else
|
||||
echo "Actual run ($$)!" >> /tmp/zsh.log
|
||||
echo "Actual run ($$)! $DOTFILES_UPDATED" >> /tmp/zsh.log
|
||||
# Load Antidote
|
||||
mkdir -p ${ZDOTDIR:-~}/.cache/zsh
|
||||
static_file=${ZDOTDIR:-~}/.cache/zsh/.zsh_plugins.zsh
|
||||
|
||||
Reference in New Issue
Block a user