Support aptitude removals
If you're going to install things and support that with an aliases, might as well support the removals of packages with an aliases. Better to keep systems lean -- especially if entropy is the tendancy.
This commit is contained in:
parent
7bcfa26f51
commit
7167764622
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ alias nls='nix-env --query'
|
||||||
|
|
||||||
# Aptitude (apt)
|
# Aptitude (apt)
|
||||||
alias apti='sudo apt-get install'
|
alias apti='sudo apt-get install'
|
||||||
|
alias aptrm='sudo apt remove'
|
||||||
|
|
||||||
# couple the e* aliases to the <leader>e* kbds in vim
|
# couple the e* aliases to the <leader>e* kbds in vim
|
||||||
alias ev='e ~/.config/nvim/init.vim'
|
alias ev='e ~/.config/nvim/init.vim'
|
||||||
|
|
Loading…
Reference in a new issue