summaryrefslogtreecommitdiff
path: root/plugins/debian
AgeCommit message (Collapse)Author
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-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