Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
raven42 committed Jul 14, 2023
1 parent 35440d2 commit d5e1e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function initialize_git_repository() {
fi
GIT_RC_PATH=$1
GIT_RC=$2
$ECHO "Initializing GIT RC environment .. [$GIT_RC_PATH]
$ECHO "Initializing GIT RC environment .. [$GIT_RC_PATH]"

GIT_TAGS_PATH=$GIT_RC_PATH/tags
NERDTREE_BOOKMARKS=$GIT_RC_PATH/NERDTreeBookmarks
Expand Down

0 comments on commit d5e1e15

Please sign in to comment.