Skip to content

Commit

Permalink
config(starship): minor improve
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Jan 19, 2025
1 parent d305698 commit f3d7c37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions data/starship/starship.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ $git_branch\
$git_commit\
$git_state\
$git_status\
$package\
$golang\
$env_var\
$custom\
$sudo\
$cmd_duration\
$line_break\
Expand Down
1 change: 1 addition & 0 deletions data/zsh/bottom-zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ fi
# https://github.com/starship/starship
if command -v starship &>/dev/null; then
export STARSHIP_CONFIG="$HOME/.config/starship/starship.toml"
export STARSHIP_LOG="error"
eval "$(starship init zsh)"
fi

Expand Down

0 comments on commit f3d7c37

Please sign in to comment.