[Fish] updates

This commit is contained in:
2025-08-31 00:14:44 +02:00
parent 8d944cbb3a
commit bd6f2cd612
5 changed files with 42 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
function tuis --description 'fzf select tui'
eval (string split "\n" (cat ".dotfiles/tuis.txt") | fzf)
eval (string split "\n" (cat $HOME/.dotfiles/tuis.txt) | fzf)
end