Skip to content

Commit f5ab8ed

Browse files
committed
✨ feat: prettier tips
1 parent 016e41f commit f5ab8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.d/abbr_tips.fish

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function abbr_fish --on-event fish_postexec -d "Abbreviation reminder for the cu
1414

1515
# Retrieve abbreviation
1616
if set -l i (contains -i -- "$argv" $_ABBR_TIPS_VALUES)
17-
echo "$_ABBR_TIPS_KEYS[$i] $_ABBR_TIPS_VALUES[$i]"
17+
echo -e "\n💡 \e[1m$_ABBR_TIPS_KEYS[$i]\e[0m => $_ABBR_TIPS_VALUES[$i]"
1818
end
1919
end
2020

0 commit comments

Comments
 (0)