Skip to content

Commit

Permalink
alias at=aptitude broke /usr/bin/at scheduler.
Browse files Browse the repository at this point in the history
Just an idea: change it to ap
  • Loading branch information
korjavin committed Jul 25, 2012
1 parent d05b201 commit a8d7958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/debian/debian.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fi
# These are for more obscure uses of apt-get and aptitude that aren't covered
# below.
alias ag='apt-get'
alias at='aptitude'
alias ap='aptitude'

# Some self-explanatory aliases
alias acs="apt-cache search"
Expand All @@ -35,7 +35,7 @@ alias afs='apt-file search --regexp'

# These are apt-get only
alias asrc='apt-get source'
alias ap='apt-cache policy'
alias app='apt-cache policy'

# superuser operations ######################################################
if [[ $use_sudo -eq 1 ]]; then
Expand Down

0 comments on commit a8d7958

Please sign in to comment.