Fixes a bug in aliases.sh and updated some files.

This commit is contained in:
2026-09-03 17:13:09 -07:00
parent 467180c7c7
commit f0f4e20896
4 changed files with 4 additions and 51 deletions

5
.zshrc
View File

@@ -1,10 +1,5 @@
# Consider moving these to a script in .rc.d if they don't need to be before the other scripts in there.
# Source all scripts in ~/.rc.d
for f in ~/.rc.d/*.sh; do
source "$f"
done
# Activate ZSH autocompletion.
autoload -Uz compinit
compinit