Skip to content

Commit

Permalink
fix: be sure to remove SLACK_THEME_SHELL_PROFILE during uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
mykeels committed Jan 19, 2019
1 parent 81efc6a commit 464094e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions slack-theme
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ then
rm "$DIR/slack-night"
rm -rf "$BACKUP_FOLDER"
sed -i '' "/export PATH=\$PATH:${PWD//\//\\/}/g" "$SLACK_THEME_SHELL_PROFILE"
sed -i '' "/export SLACK_THEME_SHELL_PROFILE=/g" "$SLACK_THEME_SHELL_PROFILE"
echo "uninstalled successfully"
exit 0
fi
Expand Down

0 comments on commit 464094e

Please sign in to comment.