We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd1a75a commit cfa8599Copy full SHA for cfa8599
1 file changed
conf.d/abbr_tips.fish
@@ -6,7 +6,7 @@ set -g _abbr_tips_used 0
6
if ! set -q ABBR_TIPS_PROMPT; set -gx ABBR_TIPS_PROMPT "\n💡 \e[1m{{ .abbr }}\e[0m => {{ .cmd }}"; end
7
if ! set -q ABBR_TIPS_AUTO_UPDATE; set -gx ABBR_TIPS_AUTO_UPDATE 'background'; end
8
9
-function abbr_fish --on-event fish_postexec -d "Abbreviation reminder for the current command"
+function _abbr_tips --on-event fish_postexec -d "Abbreviation reminder for the current command"
10
set -l command (string split ' ' "$argv")
11
set -l cmd (string replace -r -a '\\s+' ' ' "$argv" )
12
0 commit comments