summaryrefslogtreecommitdiff
path: root/.config/shell/profile
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2024-03-09 01:35:35 +0100
committeryuzu-eva <stevenhu@web.de>2024-03-09 01:35:35 +0100
commitc82f4cdc9a403fedce61fabeed5272a9bf8f1df0 (patch)
tree5e510e153404156230f386ec3e7c34f841360814 /.config/shell/profile
parentfc808ae714f1e629081c5d5cfc240e3f444598f2 (diff)
finally remembered to update this, lol
Diffstat (limited to '.config/shell/profile')
-rw-r--r--.config/shell/profile5
1 files changed, 2 insertions, 3 deletions
diff --git a/.config/shell/profile b/.config/shell/profile
index a762e89..7b86bda 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -2,7 +2,7 @@ umask 0077
export _JAVA_AWT_WM_NONREPARENTING=1
export EDITOR="vim"
-export TERMINAL="st"
+export TERMINAL="urxvt"
export BROWSER="firefox"
export XDG_CONFIG_HOME="$HOME/.config"
@@ -30,6 +30,5 @@ export LC_ALL=en_US.utf8
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib:/usr/local/lib64"
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/lib64/pkgconfig"
+export MANPATH="$MANPATH:/usr/local/man"
export PATH="$PATH:$HOME/.local/bin:$HOME/.fzf/bin:$HOME/.npm/bin:/sbin:/usr/sbin"
-
-neofetch