feat(fish): add nickeb96/puffer-fish

Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
This commit is contained in:
2025-06-11 13:40:36 +03:00
parent 90020a4998
commit a3f35b2d18
5 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
function _puffer_fish_expand_lastarg
switch (commandline -t)
case '!'
commandline -t ""
commandline -f history-token-search-backward
case '*'
commandline -i '$'
end
end