@ -4,6 +4,8 @@
vim/.netrwhist
nvim/.netrwhist
vim/view
nvim/spell/*
tags
emacs.d/.last-package-update-day
emacs.d/elpa/
@ -8,7 +8,7 @@ then
alias cat="bat"
fi
if hash nvim 2> /dev/null;
if hash rsync 2> /dev/null;
then
alias vim="nvim"
alias rscp="rsync -rclh --progress"
@ -2,5 +2,5 @@
if hash scotty 2> /dev/null;
source <(scotty init bash)
eval "$(scotty init bash)"