From 195c922d4848c13e1a3cefd9a8f5f37025d9c346 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 16 Apr 2024 22:06:42 +0630 Subject: (Shell)~alacritty->kitty Nicer terminal in my opinion with extra features and quite fast as well. --- Shell/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Shell') 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" -- cgit v1.2.3-13-gbd6f From 62f11359b9b20605d79203f182cb098d963fc768 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 23 Apr 2024 16:57:48 +0530 Subject: (Shell)~TERMINAL: kitty -> st --- Shell/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Shell') 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" -- cgit v1.2.3-13-gbd6f From 2986c04c2fcad44eb80ce01336ade33a7429cf7a Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Mon, 6 May 2024 02:23:38 +0530 Subject: (Emacs|Shell|SystemD)~Small changes --- Shell/.zshrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Shell') diff --git a/Shell/.zshrc b/Shell/.zshrc index bb95636..ae1b445 100644 --- a/Shell/.zshrc +++ b/Shell/.zshrc @@ -133,3 +133,5 @@ export SDKMAN_DIR="/home/oreo/.sdkman" [[ -s "/home/oreo/.sdkman/bin/sdkman-init.sh" ]] && source "/home/oreo/.sdkman/bin/sdkman-init.sh" eval $(opam env) + +[ -f "/home/oreo/.ghcup/env" ] && . "/home/oreo/.ghcup/env" # ghcup-env -- cgit v1.2.3-13-gbd6f From ee957bcbf69b769cda201d06944f463daa7978c2 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Wed, 8 May 2024 01:32:06 +0530 Subject: (Shell)+zshrc now has a prompt! --- Shell/.zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Shell') diff --git a/Shell/.zshrc b/Shell/.zshrc index ae1b445..a3539b1 100644 --- a/Shell/.zshrc +++ b/Shell/.zshrc @@ -1,5 +1,8 @@ # zshrc -*- mode: sh; lexical-binding: t; -*- +## Prompt +~/.local/scripts/cowfortune + ## Variables TERM=xterm-256color ## Aliases -- cgit v1.2.3-13-gbd6f