emacs: use vundo instead of undo-tree, .bashrc: cleanup.

This commit is contained in:
2024-03-24 19:47:07 +01:00
parent cc5ae859a0
commit 6aed1cfbfd
4 changed files with 129 additions and 66 deletions

View File

@@ -158,8 +158,7 @@ else # ... or clones, vim/vi, etc..
fi
export EDITOR=$VISUAL
for _pdfviewer in qpdfview atril; do # look for a pdf viewer
for _pdfviewer in atril qpdfview; do # look for a pdf viewer
if hash "$_pdfviewer" 2>/dev/null; then
# shellcheck disable=SC2139
alias acroread="$_pdfviewer"