Skip to content

Commit

Permalink
✨ feat: prettier tips
Browse files Browse the repository at this point in the history
  • Loading branch information
gazorby committed Apr 12, 2020
1 parent 016e41f commit f5ab8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.d/abbr_tips.fish
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function abbr_fish --on-event fish_postexec -d "Abbreviation reminder for the cu

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

Expand Down

0 comments on commit f5ab8ed

Please sign in to comment.