summaryrefslogtreecommitdiff
path: root/plugins/ubuntu
diff options
context:
space:
mode:
authornextgenthemes <nextgenthemes@users.noreply.github.com>2015-02-19 19:43:31 +0100
committernextgenthemes <nextgenthemes@users.noreply.github.com>2015-02-19 19:43:31 +0100
commitaff01d920e36231c59f3d8c43ffdc8564019b818 (patch)
treeca9c6939575c386696a185b8bfefa9dc9cbdb629 /plugins/ubuntu
parent393676387a99683f2a5ccf44557d874ffd272d63 (diff)
downloadzsh-aff01d920e36231c59f3d8c43ffdc8564019b818.tar.gz
zsh-aff01d920e36231c59f3d8c43ffdc8564019b818.tar.bz2
zsh-aff01d920e36231c59f3d8c43ffdc8564019b818.zip
Update readme.md
Diffstat (limited to 'plugins/ubuntu')
-rw-r--r--plugins/ubuntu/readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ubuntu/readme.md b/plugins/ubuntu/readme.md
index 17c805a44..c9ef61f4e 100644
--- a/plugins/ubuntu/readme.md
+++ b/plugins/ubuntu/readme.md
@@ -12,7 +12,7 @@ There are two exeptions since ...
agu = sudo Apt-Get Update - we have ...
agug = sudo Apt-Get UpGrade - as the exeptional 4 letter alias for a single command.
-afs = Apt-F*ile Search --regexp - this has the regexp switch on without being represented in the alias, I guess this makes sense since the debian plugin has it, I never used that command.
+afs = Apt-File Search --regexp - this has the regexp switch on without being represented in the alias, I guess this makes sense since the debian plugin has it, I never used that command.
Then there are the 2 other 4 letter aliases for combined commands, that are straight forward and easy to remember.
aguu = sudo Apt-Get Update && sudo apt-get Upgrade - better then adg or not?