diff --git a/.bashrc b/.bashrc index 2b40230..cb3829a 100644 --- a/.bashrc +++ b/.bashrc @@ -8,4 +8,8 @@ alias ls='ls --color=auto' alias grep='grep --color=auto' PS1='[\u@\h \W]\$ ' -alias config='/usr/bin/git --git-dir=/home/piwalker/.cfg/ --work-tree=/home/piwalker' + +alias config='EDITOR=vim /usr/bin/git --git-dir=/home/piwalker/.cfg/ --work-tree=/home/piwalker' + +EDITOR=vim +fastfetch