summary refs log tree commit diff stats
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 547fb5e..ab1bf09 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,5 +1,5 @@
 # Export own script path
-export PATH=/usr/local/bin/:$HOME/.local/bin/:$PATH
+export PATH=/usr/local/bin/:$HOME/.dotfiles/bin/:$PATH
 
 # Aliases
 alias ls='ls --color=auto'