From 04c758890728142b9c6255b3d875b5b9ad8ce524 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 6 Feb 2012 00:52:37 +0000 Subject: [PATCH] fixed comment typo --- shellrc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shellrc.sh b/shellrc.sh index 9330ef6..1fcb595 100644 --- a/shellrc.sh +++ b/shellrc.sh @@ -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"