From f90522670fa36a4820910b0f3fa59fc104407e76 Mon Sep 17 00:00:00 2001 From: V Date: Sat, 3 Dec 2022 22:00:03 +0400 Subject: [PATCH] Update .bashrc --- dot_bashrc.tmpl | 1 + 1 file changed, 1 insertion(+) 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]\$ '