diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-04-23 16:57:48 +0530 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-04-23 16:57:48 +0530 |
commit | 62f11359b9b20605d79203f182cb098d963fc768 (patch) | |
tree | c453ff6dcbffe9e39a47ec97fad6559b2869e6a6 /Shell | |
parent | 95edd754ca0b924f26a2e9b3db69e560877dd719 (diff) | |
download | dotfiles-62f11359b9b20605d79203f182cb098d963fc768.tar.gz dotfiles-62f11359b9b20605d79203f182cb098d963fc768.tar.bz2 dotfiles-62f11359b9b20605d79203f182cb098d963fc768.zip |
(Shell)~TERMINAL: kitty -> st
Diffstat (limited to 'Shell')
-rw-r--r-- | Shell/.zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Shell/.zprofile b/Shell/.zprofile index 0d2f8dd..b50ccfc 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="kitty" +export TERMINAL="st" 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" |