diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-12-24 14:07:10 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-12-24 14:07:10 +0100 |
| commit | 5da0902c8d705b2ad5c0baa7ff62cb459b02ea5e (patch) | |
| tree | e7b9b70efa645eae6baac31f046a17ea5381e549 /.config/shell/profile | |
| parent | aa1f306e5a2bb49022dfcb327100fb71ef10055e (diff) | |
updated
Diffstat (limited to '.config/shell/profile')
| -rw-r--r-- | .config/shell/profile | 5 |
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 + |
