From d41c15ddf8b488f6a6473a5830bb8c5e3299294a Mon Sep 17 00:00:00 2001 From: Ben Kyd Date: Wed, 25 Jan 2023 17:33:17 +0000 Subject: [PATCH] fancy control z --- home/.zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/.zshrc b/home/.zshrc index b51eb07..ac8f595 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -70,7 +70,7 @@ ZSH_THEME="robbyrussell" # 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 fancy-ctrl-z fzf) source $ZSH/oh-my-zsh.sh @@ -114,3 +114,4 @@ source /usr/share/nvm/nvm.sh source /usr/share/nvm/bash_completion source /usr/share/nvm/install-nvm-exec +eval $(thefuck --alias)