about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--dot_profile2
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"