diff --git a/03-bash_aliases.sh b/03-bash_aliases.sh index f65cab6..ef91679 100644 --- a/03-bash_aliases.sh +++ b/03-bash_aliases.sh @@ -16,6 +16,7 @@ else git -C $custom_bash_aliases_path pull fi +echo "Checking if bash aliases are setup in ~/.bashrc" if [[ $(grep -L "$custom_bash_aliases_path" $BASHRCFILE) ]]; then cat <> $BASHRCFILE