configs/home/.zsh/themes/spaceship-prompt/scripts/uninstall

11 lines
239 B
Plaintext
Raw Normal View History

2022-12-01 13:28:20 +01:00
#!/usr/bin/env sh
#
# Author: Denys Dovhan, denysdovhan.com
# https://github.com/spaceship-prompt/spaceship-prompt
# Stop on errors
set -e
echo "Remove spaceship prompt initialization from ~/.zshrc:"
echo " source $PWD/spaceship.zsh"