fixed comment typo

This commit is contained in:
2012-02-06 00:52:37 +00:00
parent 760295a1b6
commit 04c7588907

View File

@@ -9,13 +9,13 @@ elif [ -n "$0" ]; then
DOTFILES="`dirname \"$0\"`"
fi
# # Load main dotfiles
# Load main dotfiles
DOTSHELL="$DOTFILES/shell"
if [ -f "$DOTSHELL/_main.sh" ]; then
source "$DOTSHELL/_main.sh"
fi
# # Setup and load private dotfiles
# Setup and load private dotfiles
DOTPFILES="$DOTFILES/private"
if [ -f "$DOTPFILES/shellrc.sh" ]; then
source "$DOTPFILES/shellrc.sh"