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:
@@ -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 ; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user