From 99fc60ac7b38ceab6c0f9afa2c9614e909040a7e Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sun, 18 Aug 2024 19:43:31 +0200 Subject: [PATCH] fix: start-dwl should be exec'd --- home/dotfiles/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/dotfiles/.zshrc b/home/dotfiles/.zshrc index 45fb641..d89d51d 100644 --- a/home/dotfiles/.zshrc +++ b/home/dotfiles/.zshrc @@ -27,7 +27,7 @@ unsetopt HIST_IGNORE_ALL_DUPS setopt HIST_FCNTL_LOCK # Aliases -alias start-dwl="source ~/.start-dwl" +alias start-dwl="exec ~/.start-dwl" # Direnv eval "$($ZDOTDIR/direnv/direnv/bin/direnv hook zsh)" -- 2.48.1