Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions fzf-tab.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ builtin unalias -m '[^+]*'
word=$__hits[i] dscr=$__dscr[i]
if [[ -n $dscr ]]; then
dscr=${dscr//$'\n'}
elif [[ "$expl" == '[alias]' ]]; then
dscr="$(echo $(alias $word) | sed 's/=/ :=> /')"
elif [[ -n $word ]]; then
dscr=$word
fi
Expand Down