summaryrefslogtreecommitdiff
path: root/.config/bash/bashrc
diff options
context:
space:
mode:
authorben <benjaminfranzke@googlemail.com>2010-08-28 15:48:07 +0200
committerben <benjaminfranzke@googlemail.com>2010-08-28 15:48:07 +0200
commit3dadac00fad1953061a4c4d9d3b7c334cf5963a9 (patch)
tree7698f04057b9cb6df92fd51c1c5b2a7ba84749b1 /.config/bash/bashrc
parentd5e0dcb39a5b132da822c54b99c48376dcb09c01 (diff)
downloaddotfiles-3dadac00fad1953061a4c4d9d3b7c334cf5963a9.tar.gz
dotfiles-3dadac00fad1953061a4c4d9d3b7c334cf5963a9.tar.bz2
dotfiles-3dadac00fad1953061a4c4d9d3b7c334cf5963a9.zip
move ~/bin dir to ~/.local/bin
Diffstat (limited to '.config/bash/bashrc')
-rw-r--r--.config/bash/bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/bash/bashrc b/.config/bash/bashrc
index 15342e8..9b60af2 100644
--- a/.config/bash/bashrc
+++ b/.config/bash/bashrc
@@ -1,4 +1,4 @@
-[[ -d ~/bin/ ]] && PATH="~/bin/:$PATH"
+[[ -d ~/.local/bin/ ]] && PATH="~/.local/bin/:$PATH"
if [[ $- != *i* ]] ; then
# Shell is non-interactive. Be done now!