From 61911411ca37701f9f36ce599d24dc70915f3d9d Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 22 Oct 2009 12:45:20 +0200 Subject: fixed typo --- bashrc/common/shopt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bashrc/common') diff --git a/bashrc/common/shopt.sh b/bashrc/common/shopt.sh index 2e27c43..3552f4d 100644 --- a/bashrc/common/shopt.sh +++ b/bashrc/common/shopt.sh @@ -1,7 +1,7 @@ # bash configuration # local programs -export PATH="${HOME}/.bash/bin:${PATH}"# +export PATH="${HOME}/.bash/bin:${PATH}" # basic search path for chdir export CDPATH=".:~" -- cgit v1.2.3