Arch: aurman, GRUB config aliases

Fixed #64 by installing xsel.

Vim:
- PrettyXML
- disable airline while fixing Unicode not showing up on Arch
This commit is contained in:
2018-04-23 00:59:29 -04:00
parent 81c4390b33
commit 21ff8e6280
4 changed files with 17 additions and 11 deletions

View File

@@ -30,8 +30,11 @@ alias dum="du -d 1 -B M"
# pacman
function pcs() { sudo pacman -S $1 ; }
function pcr() { sudo pacman -R $1 ; }
function aus() { aurman -S $1 ; }
function mpk() { makepkg -si ; }
alias grbm="sudo grub-mkconfig -o /boot/grub/grub.cfg"
# install deb files
function ideb() { sudo dpkg -i $1 ; }