From 8f2dac12e13a62198c12d0a76608a4df14e58c8a Mon Sep 17 00:00:00 2001 From: Kragen Javier Sitaker Date: Wed, 3 Dec 2008 23:35:22 -0300 Subject: renamed .ispell_default to .ispell_american --- install | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'install') diff --git a/install b/install index 73ca930..688d196 100755 --- a/install +++ b/install @@ -1,15 +1,15 @@ #!/bin/bash set -e -if [ -f ~/.ispell_default ]; then +if [ -f ~/.ispell_american ]; then cat <<'EOF' >&2 -You already have a `~/.ispell_default`. Move it out of the way. +You already have a `~/.ispell_american`. Move it out of the way. You may want to merge it into this list. To do so, I'm pretty sure you can do this: - mv ~/.ispell_default new-words + mv ~/.ispell_american new-words ./install - sort -u dotispell_default new-words -o dotispell_default + sort -u dotispell_american new-words -o dotispell_american git diff git commit -am 'adding my private words' @@ -20,4 +20,4 @@ Kragen Javier Sitaker EOF exit 1 fi -ln -s "$(pwd)/dotispell_default" ~/.ispell_default +ln -s "$(pwd)/dotispell_american" ~/.ispell_american -- cgit v1.2.3