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