diff options
-rw-r--r-- | bashrc/main.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc/main.sh b/bashrc/main.sh index 457fb6a..b4b4720 100644 --- a/bashrc/main.sh +++ b/bashrc/main.sh @@ -11,7 +11,7 @@ _self_update() { pushd ${_DOTFILES_DIR} &>/dev/null if [[ -n "$(git fetch 2>&1)" && $? -eq 0 ]]; then -q echo -ne "\033[31m*\033[0m dotfile updates found, merge now? " + echo -ne "\033[31m*\033[0m dotfile updates found, merge now? " if read; then git merge origin/master |