We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 016e41f commit f5ab8edCopy full SHA for f5ab8ed
conf.d/abbr_tips.fish
@@ -14,7 +14,7 @@ function abbr_fish --on-event fish_postexec -d "Abbreviation reminder for the cu
14
15
# Retrieve abbreviation
16
if set -l i (contains -i -- "$argv" $_ABBR_TIPS_VALUES)
17
- echo "$_ABBR_TIPS_KEYS[$i] $_ABBR_TIPS_VALUES[$i]"
+ echo -e "\n💡 \e[1m$_ABBR_TIPS_KEYS[$i]\e[0m => $_ABBR_TIPS_VALUES[$i]"
18
end
19
20
0 commit comments