readme.md 1.47 KB
Newer Older
nextgenthemes's avatar
nextgenthemes committed
1
This plugin was created because the aliases in the debian plugin are inconsistent and hard to remember. Also this apt-priority detection that switched between apt-get and aptitude was dropped to keep it simpler. This plugin uses apt-get for everything but a few things that are only possible with aptitude I guess. Ubuntu does not have aptitude installed by default.
nextgenthemes's avatar
nextgenthemes committed
2

3
4
acs = Apt-Cache Search  
acp = Apt-Cache Policy
nextgenthemes's avatar
nextgenthemes committed
5

6
7
8
ag  = sudo Apt-Get  
agi = sudo Apt-Get Install  
agd = sudo Apt-Get Dselect-upgrade  
nextgenthemes's avatar
nextgenthemes committed
9
10
11
By now you already can guess almost all aliases  

There are two exeptions since ...  
12
13
agu  = sudo Apt-Get Update  - we have ...  
agug = sudo Apt-Get UpGrade - as the exeptional 4 letter alias for a single command.
nextgenthemes's avatar
nextgenthemes committed
14

nextgenthemes's avatar
nextgenthemes committed
15
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.
nextgenthemes's avatar
nextgenthemes committed
16
17

Then there are the 2 other 4 letter aliases for combined commands, that are straight forward and easy to remember.  
18
19
aguu = sudo Apt-Get Update && sudo apt-get Upgrade      - better then adg or not?  
agud = sudo Apt-Get Update && sudo apt-get Dist-upgrade
nextgenthemes's avatar
nextgenthemes committed
20

nextgenthemes's avatar
nextgenthemes committed
21
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.