bash: added PATH declaration

idk how i forgot that
This commit is contained in:
Vitor Gonçalves 2023-12-12 04:08:40 -03:00
parent e608c7c2c0
commit 4cce1c9b9f
Signed by: vitorg
GPG Key ID: B90BF113DF56EB41
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ bind -m vi-command "\C-l":clear-screen
export XDG_CONFIG_HOME="$HOME/.config" XDG_CACHE_HOME="$HOME/.cache" XDG_DATA_HOME="$HOME/.local/share" XDG_STATE_HOME="$HOME/.local/state"
export PATH="$PATH:$HOME/.local/bin"
export EDITOR="nvim" VISUAL="nvim"
export GNUPGHOME="$XDG_DATA_HOME/gnupg" PASSWORD_STORE_DIR="$XDG_DATA_HOME/pass" HISTFILE="$XDG_STATE_HOME/bash/history" INPUTRC="$XDG_CONFIG_HOME/readline/inputrc"