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
16
.config/fish/functions/__abbr_tips_clean.fish
Normal file
16
.config/fish/functions/__abbr_tips_clean.fish
Normal file
|
@ -0,0 +1,16 @@
|
|||
function __abbr_tips_clean -d "Clean plugin variables and functions"
|
||||
bind --erase \n
|
||||
bind --erase \r
|
||||
bind --erase " "
|
||||
set --erase __abbr_tips_used
|
||||
set --erase __abbr_tips_run_once
|
||||
set --erase __ABBR_TIPS_VALUES
|
||||
set --erase __ABBR_TIPS_KEYS
|
||||
set --erase ABBR_TIPS_PROMPT
|
||||
set --erase ABBR_TIPS_AUTO_UPDATE
|
||||
set --erase ABBR_TIPS_ALIAS_WHITELIST
|
||||
set --erase ABBR_TIPS_REGEXES
|
||||
functions --erase __abbr_tips_bind_newline
|
||||
functions --erase __abbr_tips_bind_space
|
||||
functions --erase __abbr_tips
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue