From f124dcdfc16ccdcc83d51b572b6e1f063ed4c2b9 Mon Sep 17 00:00:00 2001 From: 42berlin <42berlin@noreply.localhost> Date: Tue, 11 Apr 2023 22:25:06 +0200 Subject: [PATCH] Remove double quotes from output file in curl command for bashrc --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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