summaryrefslogtreecommitdiff
path: root/.config/shell/profile
diff options
context:
space:
mode:
Diffstat (limited to '.config/shell/profile')
-rw-r--r--.config/shell/profile5
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/shell/profile b/.config/shell/profile
index a774d0e..ea3879e 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -1,4 +1,4 @@
-umask 0076
+umask 0077
export _JAVA_AWT_WM_NONREPARENTING=1
export EDITOR="nvim"
@@ -23,8 +23,11 @@ export QT_IM_MODULE='ibus'
export XMODIFIERS='@im=ibus'
export XDG_SESSION_TYPE='x11'
+export NVM_DIR="$HOME/.config/nvm"
+
export PATH="$PATH:$HOME/.local/bin:$HOME/.fzf/bin:$HOME/.cargo/bin:/sbin:/usr/sbin"
# if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
# exec startx
# fi
+