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
+10
View File
@@ -0,0 +1,10 @@
# ~/.zlogin: Executed for LOGIN shells, AFTER .zshrc has loaded.
# Use for final tasks that require the full environment to be ready (e.g., welcome messages, mail checks).
# Rarely needed for standard configuration.
[[ -f $HOME/.zshrc.local ]] || touch $HOME/.zshrc.local
source $HOME/.zshrc.local
if [[ $FFENABLED != "false" ]] && command -v fastfetch >/dev/null; then
fastfetch --config examples/13
fi