From 435a01912b0a4d748186bb592732882b17014941 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 28 Nov 2025 10:01:52 +0000 Subject: [PATCH] Add exec zsh after apt install to auto-restart shell Co-authored-by: krolchonok <40743392+krolchonok@users.noreply.github.com> --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 0cf8ae2..9c01f29 100644 --- a/.zshrc +++ b/.zshrc @@ -147,7 +147,7 @@ alias untargz='tar -xvzf' function a() { if [ "$1" = "i" ]; then shift - sudo apt install "$@" + sudo apt install "$@" && exec zsh elif [ "$1" = "u" ]; then sudo apt update elif [ "$1" = "up" ]; then