From 26f72ad6f466acaf86e1f4cf17cde66f92aa9995 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Sun, 12 Aug 2018 12:04:59 +0200 Subject: [PATCH] FIX: Bad variable used. --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 5aaaffb..c32c16f 100644 --- a/.bashrc +++ b/.bashrc @@ -141,6 +141,6 @@ dotfiles() git clone -q https://github.com/JulienPalard/dotfiles.git "$CLONE" fi "$CLONE"/interactive_copy.py "$CLONE" ~/ --exclude README.md .git interactive_copy.py install.sh __pycache__ - rm -f "$USER/.git-prompt.sh" - wget -q -O "$USER/.git-prompt.sh" https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh + rm -f "$HOME/.git-prompt.sh" + wget -q -O "$HOME/.git-prompt.sh" https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh }