Skip to content

Commit 9735c65

Browse files
committed
🐛 Fix uninstall command
fix #84
1 parent 6ca22c9 commit 9735c65

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
> Any trouble, please visit: https://github.com/diogocavilha/fancy-git#troubleshooting-pick
44
5+
### v6.4.3
6+
7+
- Fix uninstall routine.
8+
59
### v6.4.2
610

711
- Fix minor bug.

uninstall.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@
88
fg_os=$(uname)
99

1010
if [ "$fg_os" = "Linux" ]; then
11-
sed -i '/. ~\/.fancy-git\/prompt\-changer.sh/d' ~/.bashrc
11+
sed -i '/. ~\/.fancy-git\/prompt.sh/d' ~/.bashrc
1212
fi
1313

1414
if [ "$fg_os" = "Darwin" ]; then
15-
sed -i '' '/. ~\/.fancy-git\/prompt\-changer.sh/d' ~/.bashrc
15+
sed -i '' '/. ~\/.fancy-git\/prompt.sh/d' ~/.bashrc
1616
fi
1717

1818
rm -rf ~/.fancy-git
19+

version.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Author: Diogo Alexsander Cavilha <[email protected]>
44
# Date: 11.17.2017
55

6-
FANCYGIT_VERSION="6.4.2"
6+
FANCYGIT_VERSION="6.4.3"

0 commit comments

Comments
 (0)