mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
11 lines
262 B
Fish
11 lines
262 B
Fish
function __abbr_tips_bind_newline
|
|
if test $__abbr_tips_used != 1
|
|
if abbr -q -- (string trim -- (commandline))
|
|
set -g __abbr_tips_used 1
|
|
else
|
|
set -g __abbr_tips_used 0
|
|
end
|
|
end
|
|
commandline -f execute
|
|
end
|