From 56a8939982fb5213c6fbe60ff0f473ad6fd5bb4b Mon Sep 17 00:00:00 2001 From: Christopher Vagnetoft Date: Fri, 30 Dec 2016 19:22:53 +0100 Subject: [PATCH] Added verbosity to fish setup --- share/setup-fish.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/share/setup-fish.sh b/share/setup-fish.sh index 262c4f9..992bb40 100644 --- a/share/setup-fish.sh +++ b/share/setup-fish.sh @@ -10,6 +10,7 @@ _TEMPLATE="./powerline.fish" case "$1" in "install") if [ -f "${_FISH_PROMPT}" ]; then + echo "Backing up old fish_prompt.fish to fish_prompt.fish.old" mv "${_FISH_PROMPT}" "${_FISH_PROMPT}.old" fi echo "Installing into ${_FISH_PROMPT}"