Skip to content

Commit

Permalink
fix starship
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangou committed Jan 2, 2024
1 parent cee9c3b commit 794090c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .zshrc.local
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
if (( $+commands[starship] )); then
# Load starship theme (requires nerd fonts)
eval $(starship init zsh)
else
# Load the pure theme, with zsh-async library that's bundled with it.
zinit ice depth"1" pick"async.zsh" src"pure.zsh"
zinit light sindresorhus/pure
Expand Down
1 change: 1 addition & 0 deletions install_arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ packages=(
procs
ripgrep
sd
starship
tealdeer
zoxide
)
Expand Down
1 change: 1 addition & 0 deletions install_brew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ packages=(
procs
ripgrep
sd
starship
tealdeer
zoxide
)
Expand Down
2 changes: 1 addition & 1 deletion install_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ packages=(
ripgrep
# sd
# tealdeer
# zoxide
zoxide

# sudo add-apt-repository -y ppa:kelleyk/emacs
# emacs # emacs-snapshot
Expand Down

0 comments on commit 794090c

Please sign in to comment.