Atuin and zed are REALLY not for me.

This commit is contained in:
Bartek Stalewski 2024-10-28 11:23:47 +01:00
parent fa9c9af696
commit d249c96f14
No known key found for this signature in database
3 changed files with 0 additions and 239 deletions

View file

@ -49,9 +49,6 @@ elif [ $(command -v vim) ] ; then
else
export EDITOR=vi
fi
if [ $(command -v zed) ] && [ $(id -u) -ne 0 ]; then
alias vim=zed
fi
if [[ $(command -v rg) ]]; then
alias grep='rg -i'