add fzf-tab to prompt
This commit is contained in:
parent
2737ae508e
commit
108b94f111
1 changed files with 1 additions and 5 deletions
|
@ -12,18 +12,15 @@ ZSH_THEME=""
|
||||||
SPACESHIP_TIME_SHOW=true
|
SPACESHIP_TIME_SHOW=true
|
||||||
SPACESHIP_PROMPT_ASYNC=true
|
SPACESHIP_PROMPT_ASYNC=true
|
||||||
SPACESHIP_CHAR_SYMBOL="▶ "
|
SPACESHIP_CHAR_SYMBOL="▶ "
|
||||||
plugins=(git npm zsh-autosuggestions zsh-syntax-highlighting)
|
plugins=(git npm fzf-tab zsh-autosuggestions zsh-syntax-highlighting)
|
||||||
|
|
||||||
# Search against /home/thomas/repos/computer_science
|
# Search against /home/thomas/repos/computer_science
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# User configuration
|
# User configuration
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
export NVM_DIR="$HOME/.nvm"
|
export NVM_DIR="$HOME/.nvm"
|
||||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
||||||
|
@ -41,5 +38,4 @@ eval "$(pyenv init --path)"
|
||||||
# CURRENT_BG=''
|
# CURRENT_BG=''
|
||||||
# }
|
# }
|
||||||
|
|
||||||
|
|
||||||
eval "$(starship init zsh)"
|
eval "$(starship init zsh)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue