dotfiles/tools/zsh/mod/prompt.zsh

9 lines
227 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)"