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

@ -65,10 +65,6 @@ if [[ -f "${HOME}/.note" ]]; then
echo
fi
if [[ $(command -v atuin) ]]; then
eval "$(atuin init zsh --disable-up-arrow)"
fi
# local settings
if [[ -f "${HOME}/.local/config/zsh" ]]; then
source "${HOME}/.local/config/zsh"

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'