summaryrefslogtreecommitdiffstats
path: root/bashrc/main.sh
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2009-02-03 17:20:36 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2009-02-03 17:20:36 +0100
commitcb8fc53e221fde66e7f18254aedae49c947503b7 (patch)
treebba4666f1bb021d5549bca3a1eddbc629406a92d /bashrc/main.sh
parent67a3d160f29d647356ecb3c2c3d71da5673b967c (diff)
downloaddotfiles-cb8fc53e221fde66e7f18254aedae49c947503b7.tar.gz
dotfiles-cb8fc53e221fde66e7f18254aedae49c947503b7.tar.xz
dotfiles-cb8fc53e221fde66e7f18254aedae49c947503b7.zip
typo
Diffstat (limited to '')
-rw-r--r--bashrc/main.sh2
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