Added gpudrivers alias

This commit is contained in:
Logan G 2021-10-29 22:05:44 -06:00
parent 2718378fbf
commit e7ad9d2c2c
Signed by untrusted user: logan
GPG key ID: E328528C921E7A7A

View file

@ -20,6 +20,7 @@ alias updatemirrors='sudo reflector --age 12 --number 10 --protocol https --sort
alias pacman-clean='pacman -Rsn $(pacman -Qdtq)'
alias memepv='mpv --vo=tct --profile=sw-fast'
alias sw='i3-swallow'
alias gpudrivers='lspci -nnk | grep -i VGA -A2'
export EDITOR=vim
export PATH=$PATH:~/.local/bin