summaryrefslogtreecommitdiff
path: root/plugins/debian/debian.plugin.zsh
AgeCommit message (Collapse)Author
2021-06-12feat(plugins): Plugin "debian": Switch order of "apt" and "aptitude" for ↵Felix Stupp
detection (#7533) * Switch order of "apt" and "aptitude" for detection "apt" is installed by default at Debian (maybe Ubuntu too), while "aptitude" does not seem to be installed by default. For that, it may be better for most of the users to prefer "aptitude" if installed. * plugins/debian/README: Change of order mirroded into documentation
2021-01-16fix(debian): add quotes to `kclean` alias (#3066)Marc Cornellà
Co-authored-by: la-magra <via.magra@gmail.com>
2019-09-08Update syntax on the remaining functionsMarc Cornellà
2019-09-03Fix bad function definitions in Debian pluginBraxton Schafer
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
2019-06-11debian: fix alias completion, rename ag and clean up README (#7698)Marc Cornellà
* 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>
2018-08-07use https everywhere (#6574)Janosch Schwalm
* use https everywhere * use https links on the files that are left Also, removed some broken links and updated redirections.
2018-06-296098 - add support for apt in debian plugin (#6122)Sascha Rudolph
Signed-off-by: Sascha Rudolph <sascharenerudolph@gmail.com>
2017-11-06fix conflict with command ag (#6395)Canux
ag is a famous command just like grep.
2016-12-08Fix (plugins debian and ubuntu): `apt-history list` using `zgrep` (#5695)Rarylson Freitas
Changing from `zcat` to `zgrep` because some `zcat` implementations do not work if the file is not compressed.
2015-05-09Differing upgrade and safe-upgradeDiego Rabatone Oliveira
Improving with "safe-upgrade" for aptitude and "upgrade" for apt-get
2014-03-25New aliases for 'apt-get' and 'aptitude' as they were overwritten by later ↵Phil Eichinger
aliases
2014-03-11List pkgs by sizeJosh Chih-Hsueh Huang
2013-12-02Merge pull request #1201 from koraa/pull_req_debianRobby Russell
Fix Debian Plugin Auto Completion
2013-06-16debian plugin: ignore alias in sudo/aptitude checkCode Whale
2012-12-02Merge pull request #1249 from korjavin/aptitudeRobby Russell
alias at=aptitude broke /usr/bin/at scheduler.
2012-12-02Merge pull request #1284 from obmarg/feature/debianwhichfixRobby Russell
Debian plugin now pipes which stderr to stdout
2012-11-07made dpkg -i more utilCarlos Alexandro Becker
2012-08-17Debian plugin now pipes which stderr to stdoutGraeme Coupar
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.
2012-07-25alias at=aptitude broke /usr/bin/at scheduler.apm
Just an idea: change it to ap
2012-06-30Remove debug infomapc
2012-06-30Dynamicly generate completion functions to support changing apt_prefmapc
2012-06-30Add myself to the authors listmapc
2012-06-30Use a static apt-get where only apt-get worksmapc
2012-06-30Add completion instructions for apt/aptitude commandsmapc
2012-05-29Add command to directly install the output of acsmapc
2012-05-29Make the $apt_pref variable evaluatet at alias expansion by using ↵mapc
single-quotes instad of double quotes
2011-11-07Add apt-history to debian pluginBenjamin Boudreau
2011-08-13Remove -s switch from apt-copyDaniel Bolton
2011-08-07Extend root ops, switch apt-copy to plain zshDaniel Bolton
2011-08-07Add options for su(do) and apt(itude|-get)Daniel Bolton
2011-08-06Fix su commandsDaniel Bolton
2011-08-06Merge "deb" and "debian" plugins.Daniel Bolton
2011-03-15Add debian plugins fileDaniel Bolton