summaryrefslogtreecommitdiff
path: root/lib/functions.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/functions.zsh')
-rw-r--r--lib/functions.zsh3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/functions.zsh b/lib/functions.zsh
index 0556aeb29..4bc533b7a 100644
--- a/lib/functions.zsh
+++ b/lib/functions.zsh
@@ -18,9 +18,6 @@ function upgrade_oh_my_zsh() {
echo "LAST_EPOCH=$(( EPOCHSECONDS / 60 / 60 / 24 ))" >! "${ZSH_CACHE_DIR}/.zsh-update"
# Remove update lock if it exists
command rm -rf "$ZSH/log/update.lock"
- # Restart the zsh session
- _omz::log info "restarting the zsh session..."
- [[ -z "$SHELL" ]] && exec ${SHELL#-} || exec zsh
}
function take() {