Update .bashrc

This commit is contained in:
V 2022-12-01 21:18:03 +04:00
parent 656a6b4e07
commit 4aee4a16e9
1 changed files with 1 additions and 0 deletions

View File

@ -12,4 +12,5 @@ export LIBVA_DRIVER_NAME=nvidia
{{ end }}
alias ls='ls --color=auto'
alias x='{{if eq .chezmoi.hostname "desktop"}}exec sway-nvidia{{else}}sway{{end}}'
PS1='[\u@\h \W]\$ '