diff --git a/.bashrc b/.bashrc index 0e70922..f5f804a 100644 --- a/.bashrc +++ b/.bashrc @@ -37,7 +37,7 @@ PATH="${PATH}:~/.local/bin" GIT_PROMPT="1" if [ ! -f ~/git-prompt.sh ] && [ "${GIT_PROMPT}" = "1" ] ; then - curl --silent --location 'https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh' -o "~/git-prompt.sh" + curl --silent --location 'https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh' -o ~/git-prompt.sh fi if [ -f ~/git-prompt.sh ] && [ "${GIT_PROMPT}" = "1" ] ; then