summaryrefslogtreecommitdiff
path: root/.config/shell/profile
diff options
context:
space:
mode:
Diffstat (limited to '.config/shell/profile')
-rw-r--r--.config/shell/profile4
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/shell/profile b/.config/shell/profile
index b181879..397b25a 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="firefox-bin"
+export BROWSER="firefox"
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"
@@ -25,6 +25,8 @@ export VDPAU_DRIVER=radeonsi
export EIX_LIMIT=0
export EIX_LIMIT_COMPACT=0
+export LC_ALL=en_US.utf8
+
export PATH="$PATH:$HOME/.local/bin:$HOME/.fzf/bin:/sbin:/usr/sbin"
neofetch