diff --git a/.zshrc b/.zshrc index 030d026..ac7db66 100644 --- a/.zshrc +++ b/.zshrc @@ -78,7 +78,7 @@ ZSH_THEME="powerlevel10k/powerlevel10k" # Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git) +plugins=(git history-substring-search) source $ZSH/oh-my-zsh.sh @@ -107,6 +107,6 @@ source $ZSH/oh-my-zsh.sh # Example aliases # alias zshconfig="mate ~/.zshrc" # alias ohmyzsh="mate ~/.oh-my-zsh" - +alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME' # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh