diff options
Diffstat (limited to '.config/shell/profile')
| -rw-r--r-- | .config/shell/profile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index eca8c75..b26003f 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -3,7 +3,7 @@ umask 0077 export _JAVA_AWT_WM_NONREPARENTING=1 export EDITOR="nvim" export TERMINAL="st" -export BROWSER="icecat" +export BROWSER="nyxt" export XDG_CONFIG_HOME="$HOME/.config" export XDG_DATA_HOME="$HOME/.local/share" @@ -26,3 +26,5 @@ export EIX_LIMIT=0 export EIX_LIMIT_COMPACT=0 export PATH="$PATH:$HOME/.local/bin:$HOME/.fzf/bin:/sbin:/usr/sbin" + +neofetch |
