Merge branch 'master' of https://github.com/purem/cappuccino into purem-master

This commit is contained in:
Klaas Pieter Annema
2011-04-13 08:27:23 +02:00
Executable → Regular
+3
View File
@@ -55,8 +55,11 @@ function ask_append_shell_config () {
shell_config_file="$HOME/.profile"
elif [ -f "$HOME/.bashrc" ]; then
shell_config_file="$HOME/.bashrc"
elif [ -f "$HOME/.zshrc" ]; then
shell_config_file="$HOME/.zshrc"
fi
echo " \"$config_string\" will be appended to \"$shell_config_file\"."
if prompt "no"; then
if [ "$shell_config_file" ]; then