diff --git a/dot_bashrc.tmpl b/dot_bashrc.tmpl index 3530be3..0bde3d2 100644 --- a/dot_bashrc.tmpl +++ b/dot_bashrc.tmpl @@ -13,4 +13,5 @@ export LIBVA_DRIVER_NAME=nvidia alias ls='ls --color=auto' alias x='{{if eq .chezmoi.hostname "desktop"}}exec sway-nvidia{{else}}sway{{end}}' +alias v='nvim' PS1='[\u@\h \W]\$ '