dotfiles/tools/zsh/mod/prompt.zsh
2024-12-05 20:06:17 +00:00

8 lines
226 B
Bash

# $DOTFILES/tools/zsh/mod/prompt.zsh
# Date: 2024-11-30
# Author: js0ny
# Sourced by user's zshrc 在用户的 zshrc 中被引用
export STARSHIP_CONFIG=$DOTFILES/tools/starship/starship_zsh.toml
eval "$(starship init zsh)"