Marc Cornellà
a870fee6a7
Update syntax on the remaining functions
7 years ago
Braxton Schafer
b3d3ce8aa6
Fix bad function definitions in Debian plugin
...
There appears to be a definition issue for some functions/aliases which
result in the following errors when sourcing .zshrc:
```
/home/username/.oh-my-zsh/plugins/debian/debian.plugin.zsh:75: defining function based on alias `abd'
/home/username/.oh-my-zsh/plugins/debian/debian.plugin.zsh:75: parse error near `()'
```
Fixes #7986
7 years ago
Marc Cornellà
7f98e1cb52
debian: fix alias completion, rename ag and clean up README ( #7698 )
...
* Use double quotes to cache value of $apt_pref and $apt_upgr
* Clean up and fix syntax of command checks
* Clean up README and document $apt_pref/$apt_upgr overriding mechanism
* Rename `ag` alias (apt upgrade) to `au`
* Clean up README and fix syntax
Fixes #3686
Fixes #4660
Closes #5906
Co-authored-by: Noah Vesely <fowlslegs@riseup.net>
7 years ago
Sagar Patil
0a59baf4c5
debian: add README ( #7438 )
7 years ago
Janosch Schwalm
19b925e741
use https everywhere ( #6574 )
...
* use https everywhere
* use https links on the files that are left
Also, removed some broken links and updated redirections.
8 years ago
Sascha Rudolph
0639582f73
6098 - add support for apt in debian plugin ( #6122 )
...
Signed-off-by: Sascha Rudolph <sascharenerudolph@gmail.com>
8 years ago
Canux
1ec5bab7d8
fix conflict with command ag ( #6395 )
...
ag is a famous command just like grep.
8 years ago
Rarylson Freitas
26aae6b583
Fix (plugins debian and ubuntu): `apt-history list` using `zgrep` ( #5695 )
...
Changing from `zcat` to `zgrep` because some `zcat` implementations do not work
if the file is not compressed.
9 years ago
Diego Rabatone Oliveira
4d0aca48da
Differing upgrade and safe-upgrade
...
Improving with "safe-upgrade" for aptitude and "upgrade" for apt-get
11 years ago
Phil Eichinger
44467877a8
New aliases for 'apt-get' and 'aptitude' as they were overwritten by later aliases
12 years ago
Phil Eichinger
37e619ed9b
New aliases for 'apt-get' and 'aptitude' as they were overwritten by later aliases
12 years ago
Josh Chih-Hsueh Huang
ae2f6f34e3
List pkgs by size
12 years ago
Code Whale
4eace8753b
debian plugin: ignore alias in sudo/aptitude check
13 years ago
Carlos Alexandro Becker
8871c7a6d0
made dpkg -i more util
14 years ago
Graeme Coupar
d3f6507a2e
Debian plugin now pipes which stderr to stdout
...
The debian plugin calls which to determine whether aptitude & sudo are
installed. However, if these are not installed then the error output
from which will be output. Since this isn't really an error condition,
this commit updates the which calls to pipe stderr to stdout, thus
hiding the error messages.
14 years ago
apm
a8d7958729
alias at=aptitude broke /usr/bin/at scheduler.
...
Just an idea: change it to ap
14 years ago
mapc
1b36c1beae
Remove debug info
14 years ago
mapc
5f37649508
Dynamicly generate completion functions to support changing apt_pref
14 years ago
mapc
e3c87611fc
Add myself to the authors list
14 years ago
mapc
7d24f4cd40
Use a static apt-get where only apt-get works
14 years ago
mapc
0aa4456d56
Add completion instructions for apt/aptitude commands
14 years ago
mapc
0673425331
Add command to directly install the output of acs
14 years ago
mapc
1876f1d558
Make the $apt_pref variable evaluatet at alias expansion by using single-quotes instad of double quotes
14 years ago
Benjamin Boudreau
452f121301
Add apt-history to debian plugin
15 years ago
Daniel Bolton
d3116d4f0b
Remove -s switch from apt-copy
15 years ago
Daniel Bolton
65393b4bb1
Extend root ops, switch apt-copy to plain zsh
15 years ago
Daniel Bolton
fac74012f8
Add options for su(do) and apt(itude|-get)
15 years ago
Daniel Bolton
fd55d53eb2
Fix su commands
15 years ago
Daniel Bolton
749feb2720
Merge "deb" and "debian" plugins.
15 years ago
Daniel Bolton
ce41d0e5bd
Add debian plugins file
15 years ago