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:
William Carroll 2019-03-23 16:36:34 +00:00
parent 7bcfa26f51
commit 7167764622

View file

@ -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'