Skip to content

Commit

Permalink
more specific note
Browse files Browse the repository at this point in the history
  • Loading branch information
seebi committed Apr 16, 2012
1 parent f6bd21d commit d3728bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linux.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ else
which dircolors > /dev/null && eval "`dircolors -b`"
fi

# linux specific aliases
# debian and ubuntu specific aliases
## autocomplete-able apt-xxx aliases
alias acs='apt-cache show'
alias agi='sudo apt-get install'
Expand All @@ -22,5 +22,5 @@ alias aguu='agu && agug'
alias agr='sudo apt-get uninstall'
alias agp='sudo apt-get purge'
alias aga='sudo apt-get autoremove'

alias ctl='sudo service '

0 comments on commit d3728bd

Please sign in to comment.