Update .bashrc

This commit is contained in:
V 2022-11-25 22:26:14 +04:00
parent f51a2e55ae
commit 48947e5931
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@ export VISUAL=nvim;
alias cfg=chezmoi
alias cfge="chezmoi edit --apply"
{{ if eq .chezmoi.hostname "desktop" }}
export LIBVA_DRIVER_NAME=nvidia
{{ end }}
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '