Update 2 files: .zlogin, .zshrc

This commit is contained in:
2026-08-01 19:39:30 -04:00
parent ed79f5054d
commit 425ed8a59d
2 changed files with 8 additions and 5 deletions
-5
View File
@@ -2,9 +2,4 @@
# Use for final tasks that require the full environment to be ready (e.g., welcome messages, mail checks). # Use for final tasks that require the full environment to be ready (e.g., welcome messages, mail checks).
# Rarely needed for standard configuration. # 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
+8
View File
@@ -12,4 +12,12 @@ source ${ZDOTDIR}/aliases.zsh
source ${ZDOTDIR}/functions.zsh source ${ZDOTDIR}/functions.zsh
dotstate-update dotstate-update
[[ -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
eval "$(starship init zsh)" eval "$(starship init zsh)"