fix: start-dwl should be exec'd
1 files changed, 1 insertions(+), 1 deletions(-) M home/dotfiles/.zshrc
M home/dotfiles/.zshrc => home/dotfiles/.zshrc +1 -1
@@ 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)"