Skip to content

Commit cfa8599

Browse files
committed
🎨 style: rename main function
1 parent cd1a75a commit cfa8599

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conf.d/abbr_tips.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -g _abbr_tips_used 0
66
if ! set -q ABBR_TIPS_PROMPT; set -gx ABBR_TIPS_PROMPT "\n💡 \e[1m{{ .abbr }}\e[0m => {{ .cmd }}"; end
77
if ! set -q ABBR_TIPS_AUTO_UPDATE; set -gx ABBR_TIPS_AUTO_UPDATE 'background'; end
88

9-
function abbr_fish --on-event fish_postexec -d "Abbreviation reminder for the current command"
9+
function _abbr_tips --on-event fish_postexec -d "Abbreviation reminder for the current command"
1010
set -l command (string split ' ' "$argv")
1111
set -l cmd (string replace -r -a '\\s+' ' ' "$argv" )
1212

0 commit comments

Comments
 (0)