mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
6 lines
191 B
Bash
6 lines
191 B
Bash
# $DOTFILES/tools/zsh/mod/prompt.zsh
|
|
# Sourced by user's zshrc 在用户的 zshrc 中被引用
|
|
|
|
export STARSHIP_CONFIG=$DOTFILES/tools/starship/starship_zsh.toml
|
|
|
|
eval "$(starship init zsh)"
|