python alias and fzf alias
This commit is contained in:
10
zsh/zshrc
10
zsh/zshrc
@@ -48,16 +48,10 @@ bindkey '^[l' autosuggest-accept # alt-L to accept autosuggestion
|
||||
source $ZSH_POLYJUICE_PLUGINS_PATH/zsh-autocomplete/zsh-autocomplete.plugin.zsh
|
||||
source $ZSH_POLYJUICE_PLUGINS_PATH/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh
|
||||
source $ZSH_POLYJUICE_PLUGINS_PATH/fzf-tab/fzf-tab.plugin.zsh # relies on fzf itself and zsh-autosuggestions plugin
|
||||
source $ZSH_POLYJUICE_PLUGINS_PATH/ohmyzsh/plugins/fzf/fzf.plugin.zsh
|
||||
source $ZSH_POLYJUICE_PLUGINS_PATH/ohmyzsh/plugins/zoxide/zoxide.plugin.zsh
|
||||
|
||||
# PYTHON_AUTO_VRUN=true
|
||||
# source $ZSH_POLYJUICE_PLUGINS_PATH/ohmyzsh/plugins/python/python.plugin.zsh
|
||||
|
||||
|
||||
# using starship as prompt
|
||||
if (( $+commands[starship] )); then
|
||||
eval "$(starship init zsh)"
|
||||
eval "$(starship init zsh)"
|
||||
else
|
||||
echo '[starship] not found, please install it.'
|
||||
echo '[starship] not found, please install it.'
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user