We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4681009 commit 1cc43e0Copy full SHA for 1cc43e0
conf.d/abbr_tips.fish
@@ -5,6 +5,7 @@ bind \r '_abbr_tips_bind_newline'
5
set -l uninstall (basename (status -f) .fish){_uninstall}
6
7
set -g _abbr_tips_used 0
8
+if ! set -q ABBR_TIPS_PROMPT; set -Ux ABBR_TIPS_PROMPT "\n💡 \e[1m{{ .abbr }}\e[0m => {{ .cmd }}"; end
9
if ! set -q ABBR_TIPS_AUTO_UPDATE; set -Ux ABBR_TIPS_AUTO_UPDATE 'background'; end
10
11
function abbr_fish --on-event fish_postexec -d "Abbreviation reminder for the current command"
0 commit comments