diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2009-02-03 17:20:36 +0100 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2009-02-03 17:20:36 +0100 |
commit | cb8fc53e221fde66e7f18254aedae49c947503b7 (patch) | |
tree | bba4666f1bb021d5549bca3a1eddbc629406a92d /bashrc | |
parent | 67a3d160f29d647356ecb3c2c3d71da5673b967c (diff) | |
download | dotfiles-cb8fc53e221fde66e7f18254aedae49c947503b7.tar.gz dotfiles-cb8fc53e221fde66e7f18254aedae49c947503b7.tar.xz dotfiles-cb8fc53e221fde66e7f18254aedae49c947503b7.zip |
typo
Diffstat (limited to 'bashrc')
-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 |