added fish config

This commit is contained in:
2025-07-30 11:46:46 +02:00
parent 44b40bc8e7
commit 7850c7bb0e
34 changed files with 765 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
function _autopair_tab
commandline --paging-mode && down-or-search && return
string match --quiet --regex -- '\$[^\s]*"$' (commandline --current-token) &&
commandline --function delete-char
commandline --function complete
end