zsh: Use starship prompt
This commit is contained in:
parent
50ef29b076
commit
c7f63b1cfc
1 changed files with 8 additions and 2 deletions
10
shell/zshrc
10
shell/zshrc
|
@ -26,8 +26,14 @@ zstyle ':autocomplete:tab:*' widget-style menu-select
|
|||
zstyle ':autocomplete:*' fzf-completion yes
|
||||
zstyle ':autocomplete:*' min-input 2
|
||||
|
||||
# ZSH Theme
|
||||
znap prompt ohmyzsh/ohmyzsh robbyrussell
|
||||
# ZSH prompt
|
||||
if _has starship;
|
||||
then
|
||||
znap eval starship 'starship init zsh --print-full-init'
|
||||
else
|
||||
echo "You should try installing the starship prompt 🚀"
|
||||
znap prompt ohmyzsh/ohmyzsh robbyrussell
|
||||
fi
|
||||
|
||||
# aliases
|
||||
alias ll='ls -l'
|
||||
|
|
Loading…
Add table
Reference in a new issue