1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-21 20:38:54 +00:00

#296 Fix [enter/ctrl+c] case in the readme

This commit is contained in:
nvbn 2015-07-20 22:49:21 +03:00
parent e572cab1f3
commit 92cca7b641

View File

@ -14,7 +14,7 @@ E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root? E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
➜ fuck ➜ fuck
sudo apt-get install vim [Enter/Ctrl+C] sudo apt-get install vim [enter/ctrl+c]
[sudo] password for nvbn: [sudo] password for nvbn:
Reading package lists... Done Reading package lists... Done
... ...
@ -29,7 +29,7 @@ To push the current branch and set the remote as upstream, use
➜ fuck ➜ fuck
git push --set-upstream origin master [Enter/Ctrl+C] git push --set-upstream origin master [enter/ctrl+c]
Counting objects: 9, done. Counting objects: 9, done.
... ...
``` ```
@ -42,7 +42,7 @@ No command 'puthon' found, did you mean:
zsh: command not found: puthon zsh: command not found: puthon
➜ fuck ➜ fuck
python [Enter/Ctrl+C] python [enter/ctrl+c]
Python 3.4.2 (default, Oct 8 2014, 13:08:17) Python 3.4.2 (default, Oct 8 2014, 13:08:17)
... ...
``` ```
@ -55,7 +55,7 @@ Did you mean this?
branch branch
➜ fuck ➜ fuck
git branch [Enter/Ctrl+C] git branch [enter/ctrl+c]
* master * master
``` ```
@ -67,7 +67,7 @@ Did you mean this?
repl repl
➜ fuck ➜ fuck
lein repl [Enter/Ctrl+C] lein repl [enter/ctrl+c]
nREPL server started on port 54848 on host 127.0.0.1 - nrepl://127.0.0.1:54848 nREPL server started on port 54848 on host 127.0.0.1 - nrepl://127.0.0.1:54848
REPL-y 0.3.1 REPL-y 0.3.1
... ...