diff options
Diffstat (limited to 'bash')
| -rw-r--r-- | bash/.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index c1e078e..2e31ede 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -1,5 +1,5 @@ # Export own script path -export PATH=/usr/local/bin/:$HOME/.dotfiles/bin/:$PATH +export PATH=$HOME/.dotfiles/bin/:/usr/local/bin/:$PATH # Aliases alias ls='ls --color=auto' |