diff options
Diffstat (limited to 'Shell')
-rw-r--r-- | Shell/.zprofile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |