aboutsummaryrefslogtreecommitdiff
path: root/Shell
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2024-04-16 22:06:42 +0630
committerAryadev Chavali <aryadev@aryadevchavali.com>2024-04-16 22:06:42 +0630
commit195c922d4848c13e1a3cefd9a8f5f37025d9c346 (patch)
tree6a80916ec69127da3084f58229656e7a8f8ab9b9 /Shell
parentf735120b97f74e44c7339068cfe256abc2879f86 (diff)
downloaddotfiles-195c922d4848c13e1a3cefd9a8f5f37025d9c346.tar.gz
dotfiles-195c922d4848c13e1a3cefd9a8f5f37025d9c346.tar.bz2
dotfiles-195c922d4848c13e1a3cefd9a8f5f37025d9c346.zip
(Shell)~alacritty->kitty
Nicer terminal in my opinion with extra features and quite fast as well.
Diffstat (limited to 'Shell')
-rw-r--r--Shell/.zprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Shell/.zprofile b/Shell/.zprofile
index 536b63d..0d2f8dd 100644
--- a/Shell/.zprofile
+++ b/Shell/.zprofile
@@ -9,8 +9,8 @@ export XDG_RUNTIME_DIR=/run/user/`id -u`
# Standard Variables
export EDITOR='emacsclient -a "emacs" -c'
export EA_EDITOR=$EDITOR
-export TERMINAL="alacritty"
export BROWSER="firefox"
+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"