From 6383e8845a65c006b66ec2e4a6e0953bfdcec118 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Thu, 25 Jul 2024 02:48:33 +0100 Subject: (Shell)~Small changes --- Shell/.zprofile | 2 +- Shell/.zshrc | 2 -- 2 files changed, 1 insertion(+), 3 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" diff --git a/Shell/.zshrc b/Shell/.zshrc index b1beb27..13fbe8e 100644 --- a/Shell/.zshrc +++ b/Shell/.zshrc @@ -3,8 +3,6 @@ ## Prompt ~/.local/scripts/cowfortune -## Variables -TERM=xterm-256color ## Aliases alias vim="nvim" alias less="less -R" -- cgit v1.2.3-13-gbd6f