Refactor dotfiles into .config

Include local bin files
This commit is contained in:
Daniel McKnight 2025-06-01 17:06:11 -07:00
parent 2741ae520b
commit d2467209b7
204 changed files with 44454 additions and 3 deletions

View file

@ -170,7 +170,7 @@ which helm 1> /dev/null && source <(helm completion bash)
# Helpful Aliases
if [ -n "${SUDO_USER}" ]; then
alias nano="nano --rcfile \"/home/${SUDO_USER}/.nanorc\""
alias nano="nano --rcfile \"/home/${SUDO_USER}/.config/nano/nanorc\""
fi
# History customization