From b68e67cdeb30ef7d879afba2900247909fa0152c Mon Sep 17 00:00:00 2001 From: kekskurse Date: Tue, 29 Aug 2023 23:23:14 +0200 Subject: [PATCH] history --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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