diff options
author | Vitor Gonçalves <vitorg@tilde.team> | 2023-06-02 22:00:15 -0300 |
---|---|---|
committer | Vitor Gonçalves <vitorg@tilde.team> | 2023-06-02 22:00:15 -0300 |
commit | 7b6cfcb910a44e2b1720dc53eb2ec63e4349183d (patch) | |
tree | 1d34d487178faec71643ce3b9393b7c6f7815e8e | |
parent | 8f3d9c6218fcaf79edf6246466e68136d13dc146 (diff) | |
download | dots-7b6cfcb910a44e2b1720dc53eb2ec63e4349183d.tar.gz |
fix: removed emacs and bash from PATH, added XDG_DATA/bin
-rw-r--r-- | dot_profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_profile b/dot_profile index 8dcb188..25eb7de 100644 --- a/dot_profile +++ b/dot_profile @@ -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" |