aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Shell/.zprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Shell/.zprofile b/Shell/.zprofile
index b50ccfc..0d2f8dd 100644
--- a/Shell/.zprofile
+++ b/Shell/.zprofile
@@ -10,7 +10,7 @@ export XDG_RUNTIME_DIR=/run/user/`id -u`
export EDITOR='emacsclient -a "emacs" -c'
export EA_EDITOR=$EDITOR
export BROWSER="firefox"
-export TERMINAL="st"
+export TERMINAL="kitty"
export WEBKIT_FORCE_SANDBOX=0
export PF_INFO="ascii title os memory uptime editor wm shell"
export PATH="/usr/local/sbin:/usr/local/bin:/usr/bin/vendor_perl/:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:$HOME/.local/bin/:$(find ~/.local/scripts/ -type d | tr '\n' ':')$HOME/.cargo/bin:$HOME/.sdkman/bin"