diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-04-05 19:41:40 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-04-05 19:41:40 +0100 |
commit | 20687ad8f68a07d7d4d15be885939614cc022121 (patch) | |
tree | 9ddd73e94a096bf370a0deb7cf88add317dcfba4 /Shell/.zprofile | |
parent | e1cc5e133dfa655813a96cd20312783b28f4e1af (diff) | |
download | dotfiles-20687ad8f68a07d7d4d15be885939614cc022121.tar.gz dotfiles-20687ad8f68a07d7d4d15be885939614cc022121.tar.bz2 dotfiles-20687ad8f68a07d7d4d15be885939614cc022121.zip |
Small changes - can't be bothered to explain them
Diffstat (limited to 'Shell/.zprofile')
-rw-r--r-- | Shell/.zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Shell/.zprofile b/Shell/.zprofile index fe91285..d7ce004 100644 --- a/Shell/.zprofile +++ b/Shell/.zprofile @@ -9,7 +9,7 @@ export XDG_RUNTIME_DIR=/run/user/`id -u` # Standard Variables export EDITOR='emacsclient -a "emacs" -c' export EA_EDITOR=$EDITOR -export BROWSER="firefox" +export BROWSER="waterfox" export TERMINAL="st" export WEBKIT_FORCE_SANDBOX=0 export PF_INFO="ascii title os memory uptime editor wm shell" |