From 352b3db97fd6352f53398f56a11ab9d4d14a2ed8 Mon Sep 17 00:00:00 2001 From: ericlay Date: Fri, 2 Jun 2023 12:18:46 -0500 Subject: [PATCH] typo --- zsh_aliases | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/zsh_aliases b/zsh_aliases index 7fd5665..be60d16 100644 --- a/zsh_aliases +++ b/zsh_aliases @@ -1,11 +1,4 @@ -man -k . | -sort - | -fzf -q "$1" +m \ ---cycle \ ---reverse \ ---tiebreak=begin,chunk,length \ ---preview="echo -e '\n\t\t\t\t \033[4mCHEAT SHEET:\033[0m\n'; cheat {1}; echo -e '\n\t\t\t\t \033[4mTLDR:\033[0m\n'; tldr {1}; echo -e '\n\t\t\t\t \033[4mMANUAL PAGE:\033[0m\n'; man -Hw3m {1} 2> /dev/null" \ ---preview-window=62%:wrap:border-rounded### Custom Alias File +### Custom Alias File ## sourced by .zshrc