mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
fixed comment typo
This commit is contained in:
@@ -9,13 +9,13 @@ elif [ -n "$0" ]; then
|
|||||||
DOTFILES="`dirname \"$0\"`"
|
DOTFILES="`dirname \"$0\"`"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# # Load main dotfiles
|
# Load main dotfiles
|
||||||
DOTSHELL="$DOTFILES/shell"
|
DOTSHELL="$DOTFILES/shell"
|
||||||
if [ -f "$DOTSHELL/_main.sh" ]; then
|
if [ -f "$DOTSHELL/_main.sh" ]; then
|
||||||
source "$DOTSHELL/_main.sh"
|
source "$DOTSHELL/_main.sh"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# # Setup and load private dotfiles
|
# Setup and load private dotfiles
|
||||||
DOTPFILES="$DOTFILES/private"
|
DOTPFILES="$DOTFILES/private"
|
||||||
if [ -f "$DOTPFILES/shellrc.sh" ]; then
|
if [ -f "$DOTPFILES/shellrc.sh" ]; then
|
||||||
source "$DOTPFILES/shellrc.sh"
|
source "$DOTPFILES/shellrc.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user