fix: removed emacs and bash from PATH, added XDG_DATA/bin

This commit is contained in:
Vitor Gonçalves 2023-06-02 22:00:15 -03:00
parent 8f3d9c6218
commit 7b6cfcb910
Signed by: vitorg
GPG Key ID: B90BF113DF56EB41
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_STATE_HOME="$HOME/.local/state"
export PATH="$PATH:$HOME/.local/bin:$HOME/.config/bash/:$XDG_CONFIG_HOME/emacs/bin"
export PATH="$PATH:$HOME/.local/bin:$XDG_DATA_HOME/bin"
# remove some junk from the homedir
export GNUPGHOME="$XDG_DATA_HOME/gnupg"