diff --git a/sh/.config/sh/alias b/sh/.config/sh/alias index 3717243..55b4d9f 100644 --- a/sh/.config/sh/alias +++ b/sh/.config/sh/alias @@ -42,7 +42,7 @@ alias myip="curl -s icanhazip.com" # fzf if exist fzf; then # Display fuzzy-searchable history - alias fzfhistory="history | fzf --tac --height 20" + alias fzfhistory="history 0 | fzf --tac --height 20" fzfman() { man "$(apropos --long "$1" | fzf | awk '{print $2, $1}' | tr -d '()')" }