working on zsh

This commit is contained in:
2026-03-09 21:29:09 +01:00
parent 1cf12b84d0
commit 033493fb5d
2 changed files with 338 additions and 342 deletions
+334 -334
View File
File diff suppressed because it is too large Load Diff
+4 -8
View File
@@ -54,10 +54,11 @@ for opt in "${set_opts[@]}"; do
done
unset opt set_opts
# Source starship (use environment variable)
if [[ $TERM != "dumb" ]] && [ -n "$STARSHIP_INIT" ]; then
eval "$($STARSHIP_INIT zsh)"
fi
# if [[ $TERM != "dumb" ]] && [ -n "$STARSHIP_INIT" ]; then
# eval "$($STARSHIP_INIT zsh)"
# fi
# Kitty shell integration
if test -n "$KITTY_INSTALLATION_DIR"; then
@@ -81,8 +82,3 @@ fi
# Eat shell integration
[ -n "$EAT_SHELL_INTEGRATION_DIR" ] && source "$EAT_SHELL_INTEGRATION_DIR/zsh"
# Source user aliases
if [ -f "$XDG_CONFIG_HOME/zsh/aliases.zsh" ]; then
source "$XDG_CONFIG_HOME/zsh/aliases.zsh"
fi