[Tuis] clis and tuis

This commit is contained in:
John Doe
2026-06-01 19:45:41 +02:00
parent f18b85247d
commit c14c6bf1af
4 changed files with 42 additions and 23 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
function tuis --description 'fzf select tui'
eval (string split "\n" (cat $HOME/.dots/tuis.txt) | bashs "fzf --multi")
eval (string split "\n" (cat $HOME/.config/misc/tuis.txt) | bashs "fzf --multi")
end