Add custom dircolors

This commit is contained in:
Daniel McKnight 2024-06-19 19:09:29 -07:00
parent b1616e56a5
commit 8b0f43437a
3 changed files with 200 additions and 0 deletions

View file

@ -150,6 +150,9 @@ fi
# Customizations
# Custom dircolors
[ -f ~/.dircolors ] && eval "$(dircolors ~/.dircolors)"
# Kubernetes
export EDITOR=nano
alias k9=k9s