commit 2ec9543add80625b73bf74d0e48a65e4b1e81a65 parent e6913f62256a09bf69b829e18783355151b12802 Author: awy <awy@awy.one> Date: Sat, 19 Apr 2025 18:28:53 +0300 update Diffstat:
M | .config/shell/profile | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.config/shell/profile b/.config/shell/profile @@ -11,8 +11,8 @@ unsetopt PROMPT_SP 2>/dev/null # Default programs: export EDITOR="nvim" export MANPAGER='nvim +Man!' -export TERMINAL="foot" -export TERMINAL_PROG="foot" +export TERMINAL="kitty" +export TERMINAL_PROG="kitty" export BROWSER="firefox" unset SSH_AGENT_PID