diff options
author | nextgenthemes <nextgenthemes@users.noreply.github.com> | 2015-02-17 07:49:55 +0100 |
---|---|---|
committer | nextgenthemes <nextgenthemes@users.noreply.github.com> | 2015-02-17 07:49:55 +0100 |
commit | d8b99321383b8d7982506709a07aaa92f5f2d9fc (patch) | |
tree | 8d361082648968dd1d37564107cfa7918878590f | |
parent | 660eeb19c7850fd6c5470b40538426d2dbeccfe6 (diff) | |
download | zsh-d8b99321383b8d7982506709a07aaa92f5f2d9fc.tar.gz zsh-d8b99321383b8d7982506709a07aaa92f5f2d9fc.tar.bz2 zsh-d8b99321383b8d7982506709a07aaa92f5f2d9fc.zip |
Update readme.md
-rw-r--r-- | plugins/ubuntu/readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ubuntu/readme.md b/plugins/ubuntu/readme.md index e7e610604..6366cadca 100644 --- a/plugins/ubuntu/readme.md +++ b/plugins/ubuntu/readme.md @@ -18,4 +18,4 @@ Then there are the 2 other 4 letter aliases for combined commands, that are stra aguu = sudo **a**pt-**g**et **u**pdate && sudo apt-get **u**pgrade - better then adg or not? agud = sudo **a**pt-**g**et **u**pdate && sudo apt-get **d**ist-upgrade -For a full list aliases and the functions just watch the plugins code https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/debian/debian.plugin.zsh, look at the comments if you want to switch from the debian plugin. Ubuntu, Mint and & co users will like the new aar function to install packages from ppas with a single command. +For a full list aliases and the functions just watch the plugins code https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/ubuntu/ubuntu.plugin.zsh, look at the comments if you want to switch from the debian plugin. Ubuntu, Mint and & co users will like the new aar function to install packages from ppas with a single command. |