Add 16 files (16+ files changed)

This commit is contained in:
2026-08-01 07:19:37 -04:00
parent 112a003e51
commit 899a1aa1ab
17 changed files with 1073 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# ~/.zshrc: Executed for EVERY INTERACTIVE shell (terminal tabs/windows).
# Use for aliases, functions, prompt themes, key bindings, and shell options (setopt).
# This is where 90% of your customization belongs.
source ${ZDOTDIR}/init.zsh
source ${ZDOTDIR}/aliases.zsh
source ${ZDOTDIR}/functions.zsh
eval "$(starship init zsh)"