From b2430eb65a2c845a0424cdba3dded5ebc954426d Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Thu, 28 Jul 2022 18:23:10 +0100 Subject: (Mail|Shell)~clean up --- Shell/.zprofile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Shell') diff --git a/Shell/.zprofile b/Shell/.zprofile index 5795a62..a522d41 100644 --- a/Shell/.zprofile +++ b/Shell/.zprofile @@ -4,7 +4,8 @@ export EDITOR='emacsclient -a "emacs" -c' export EA_EDITOR=$EDITOR export TERMINAL="alacritty" -export BROWSER="qutebrowser" +export BROWSER="chromium" +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/sbin:/usr/bin:/sbin:/bin:/usr/games:$HOME/.local/bin/:$HOME/.emacs.d/bin:$(find ~/.local/scripts/ -type d | tr '\n' ':')$HOME/.cargo/bin:$HOME/.sdkman/bin" export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true -- cgit v1.2.3-13-gbd6f