Update .bashrc
This commit is contained in:
parent
f51a2e55ae
commit
48947e5931
1 changed files with 3 additions and 0 deletions
|
@ -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]\$ '
|
||||
|
|
Loading…
Add table
Reference in a new issue