Compare commits
2 Commits
45afb9e96f
...
75d5fa9414
Author | SHA1 | Date |
---|---|---|
Ray Elliott | 75d5fa9414 | |
Ray Elliott | 99adf870c4 |
2
zshrc
2
zshrc
|
@ -42,6 +42,7 @@ if ! zgen saved; then
|
||||||
|
|
||||||
# specify plugins here
|
# specify plugins here
|
||||||
|
|
||||||
|
zgen load denysdovhan/spaceship-prompt spaceship
|
||||||
zgen load zdharma/fast-syntax-highlighting
|
zgen load zdharma/fast-syntax-highlighting
|
||||||
zgen load zsh-users/zsh-autosuggestions
|
zgen load zsh-users/zsh-autosuggestions
|
||||||
zgen load zsh-users/zsh-history-substring-search
|
zgen load zsh-users/zsh-history-substring-search
|
||||||
|
@ -109,4 +110,3 @@ alias todone='task_done'
|
||||||
typeset -aU path
|
typeset -aU path
|
||||||
|
|
||||||
export STARSHIP_CONFIG=~/.config/starship/starship.toml
|
export STARSHIP_CONFIG=~/.config/starship/starship.toml
|
||||||
eval "$(starship init zsh)"
|
|
||||||
|
|
Loading…
Reference in New Issue