Update .bashrc

This commit is contained in:
V 2022-11-25 20:55:45 +04:00
parent eeb5b914a3
commit 671a6c7b09
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
export EDITOR=nvim;
export VISUAL=nvim;
alias cfg=chezmoi
alias cfge=chezmoi edit --apply
alias cfge="chezmoi edit --apply"
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '