AutoYADM commit: 2025-03-28 19:00:07
This commit is contained in:
parent
4606237776
commit
48763bee51
7 changed files with 208 additions and 1 deletions
10
.config/fish/functions/__abbr_tips_bind_newline.fish
Normal file
10
.config/fish/functions/__abbr_tips_bind_newline.fish
Normal file
|
@ -0,0 +1,10 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue