add fzf-tab to prompt

This commit is contained in:
thomasabishop 2024-01-23 18:07:35 +00:00
parent 2737ae508e
commit 108b94f111

View file

@ -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)"