starship migration
This commit is contained in:
parent
9e10e220f5
commit
60318b0cae
3 changed files with 3 additions and 6 deletions
|
@ -7,10 +7,8 @@ zstyle ':completion:*' menu select
|
|||
export CLICOLOR=1
|
||||
alias ll='ls -lh'
|
||||
|
||||
source ~/.zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||
source ~/.zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
#source ~/.zsh/themes/powerlevel10k/powerlevel10k.zsh-theme
|
||||
#[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||
source ~/.zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||
|
||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||
export FZF_DEFAULT_COMMAND='git ls-files --cached --others --exclude-standard 2>/dev/null|fd -H'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue