mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 15:36:21 -04:00
Styling
This commit is contained in:
parent
573440a2b3
commit
938bf5420f
|
|
@ -13,7 +13,7 @@ while true; do
|
|||
# Built-in commands
|
||||
case $cmd in
|
||||
ls) cmd=ls-files;;
|
||||
quit) break ;;
|
||||
quit) break;;
|
||||
esac
|
||||
|
||||
# Execute
|
||||
|
|
|
|||
Loading…
Reference in a new issue