Update all dot files

This commit is contained in:
2026-03-11 13:27:54 -04:00
parent c041170257
commit 4796f893e5
33 changed files with 825 additions and 273 deletions

View File

@@ -14,8 +14,10 @@ export PATH
# Uncomment the following line if you don't like systemctl's auto-paging feature:
# export SYSTEMD_PAGER=
export VISUAL="$(which nvim)"
export EDITOR="$(which nvim)"
if [[ -n "$(command -v nvim)" ]]; then
export VISUAL="$(which nvim)"
export EDITOR="$(which nvim)"
fi
# User specific aliases and functions
if [ -d ~/.bashrc.d ]; then