mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
Merge branch 'master' of https://github.com/purem/cappuccino into purem-master
This commit is contained in:
Executable → Regular
+3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user