Commit Graph

7 Commits

Author SHA1 Message Date
Mika Suomalainen 24097fae2f *.sh: Move step backwards. (See full commit message.)
It seems that zsh is giving weird error messages "can't open input file" and
bash doesn't give them. Because of this I must use bash with these scripts.
2011-10-17 14:31:58 +03:00
Mika Suomalainen 802c0da6af Rename zsh_exports to zshenv.
zshenv is sourced by every zsh (not only interactive sessions, scripts too).
Content of this file is what I probably want scripts to use too. Scripts
probably don't things like aliases.
2011-09-29 16:41:13 +03:00
Mika Suomalainen 993f162a2f Forked bash-things to zsh-things. Converted everything to work with zsh.
Some things can be little weird because moving is still going on.
2011-09-29 15:25:05 +03:00
Mika Suomalainen e46f7e63a6 *.sh: Don't depent on bash to be at /bin/bash.
Scripts use
/usr/bin/env bash
instead of
/bin/bash
2011-09-27 19:21:26 +03:00
Mika Suomalainen 431986634f Added notice about completing of uninstalling. 2011-08-16 13:07:22 +03:00
Mika Suomalainen 7f824d73b5 Fixed uninstall.sh 2011-08-16 13:05:50 +03:00
Mika Suomalainen 3adf33169a Added uninstall script. 2011-08-16 08:11:37 +03:00