Skip to content

Commit

Permalink
πŸ› fix: prompt variable not properly set
Browse files Browse the repository at this point in the history
  • Loading branch information
gazorby committed Apr 13, 2020
1 parent 4681009 commit 1cc43e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf.d/abbr_tips.fish
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ bind \r '_abbr_tips_bind_newline'
set -l uninstall (basename (status -f) .fish){_uninstall}

set -g _abbr_tips_used 0
if ! set -q ABBR_TIPS_PROMPT; set -Ux ABBR_TIPS_PROMPT "\nπŸ’‘ \e[1m{{ .abbr }}\e[0m => {{ .cmd }}"; end
if ! set -q ABBR_TIPS_AUTO_UPDATE; set -Ux ABBR_TIPS_AUTO_UPDATE 'background'; end

function abbr_fish --on-event fish_postexec -d "Abbreviation reminder for the current command"
Expand Down

0 comments on commit 1cc43e0

Please sign in to comment.