summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2009-10-22 12:45:20 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2009-10-22 12:45:20 +0200
commit61911411ca37701f9f36ce599d24dc70915f3d9d (patch)
tree5d70904f47da87d1f1dc550d3c70df1a54220cee /bashrc
parent368b7774d82586d403628408738509cad74c84f6 (diff)
downloaddotfiles-61911411ca37701f9f36ce599d24dc70915f3d9d.tar.gz
dotfiles-61911411ca37701f9f36ce599d24dc70915f3d9d.tar.xz
dotfiles-61911411ca37701f9f36ce599d24dc70915f3d9d.zip
fixed typo
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc/common/shopt.sh2
1 files changed, 1 insertions, 1 deletions
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=".:~"