Skip to content

Commit

Permalink
feat(zsh): suppress starship warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
spywhere committed Jul 17, 2024
1 parent c253466 commit 99f24a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion configs/zsh/setup
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export YSU_IGNORED_ALIASES=("g" "ga." "d" "p" "vi" "vim" "search_prs" "search_is
export MANPAGER="sh -c 'col -bx | bat -l man -p'"

# export binaries to path
export PATH=$HOME/$DOTFILES_NAME/binaries:$PATH
export PATH="$HOME/$DOTFILES_NAME/binaries:$PATH"

# setup locales, to fix...
# - https://github.com/jwilm/alacritty/issues/2566
Expand All @@ -33,3 +33,6 @@ export LC_CTYPE=en_US.UTF-8
export HOMEBREW_NO_ANALYTICS=1
export HOMEBREW_NO_ENV_HINTS=1
export NOW_PLAYING_SHADA="$HOME/.cache/now-playing"

# suppress warnings (especially on git)
export STARSHIP_LOG=error

0 comments on commit 99f24a0

Please sign in to comment.