diff --git a/bin/git-repl b/bin/git-repl index 3159a61..f92a290 100755 --- a/bin/git-repl +++ b/bin/git-repl @@ -28,7 +28,7 @@ while true; do case $cmd in ls) cmd=ls-files;; "") continue;; - quit) break;; + quit|exit) break;; esac if [[ $cmd == !* ]]; then