adjust dir structure
This commit is contained in:
@@ -18,6 +18,9 @@ setopt hist_reduce_blanks # 合并连续的空命令
|
||||
# setopt hist_find_no_dups # 搜索历史时忽略重复项
|
||||
# setopt hist_save_no_dups # 保存历史时忽略重复项
|
||||
|
||||
# Load Aliases
|
||||
source $ZSH_ALIAS_PATH/alias.sh
|
||||
|
||||
# Load Plugins
|
||||
source $ZSH_PLUGIN_PATH/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||
ZSH_AUTOSUGGEST_STRATEGY=(history completion)
|
||||
@@ -25,15 +28,13 @@ ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE=20
|
||||
bindkey '^[l' autosuggest-accept # alt-L to accept autosuggestion
|
||||
source $ZSH_PLUGIN_PATH/zsh-autocomplete/zsh-autocomplete.plugin.zsh
|
||||
source $ZSH_PLUGIN_PATH/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
|
||||
# Load Aliases
|
||||
source $ZSH_ALIAS_PATH/alias.sh
|
||||
source $ZSH_PLUGIN_PATH/fzf-tab/fzf-tab.plugin.zsh
|
||||
|
||||
# zoxide
|
||||
if (( $+commands[zoxide] )); then
|
||||
eval "$(zoxide init --cmd ${ZOXIDE_CMD_OVERRIDE:-z} zsh)"
|
||||
else
|
||||
echo '[oh-my-zsh] zoxide not found, please install it from https://github.com/ajeetdsouza/zoxide'
|
||||
echo '[zoxide] not found, please install it from https://github.com/ajeetdsouza/zoxide'
|
||||
fi
|
||||
|
||||
# You may need to manually set your language environment
|
||||
|
||||
Reference in New Issue
Block a user