Skip to content

Commit

Permalink
Added verbosity to fish setup
Browse files Browse the repository at this point in the history
  • Loading branch information
noccy80 committed Dec 30, 2016
1 parent 043341a commit 56a8939
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions share/setup-fish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 56a8939

Please sign in to comment.