[Fish] update
This commit is contained in:
3
.config/fish/functions/askllama.fish
Normal file
3
.config/fish/functions/askllama.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function askllama --description 'answer from llama'
|
||||
~/projects/llama.cpp/build/bin/llama-run ~/projects/llama.cpp/models/llama3 $(string join '+' $argv[1..])
|
||||
end
|
3
.config/fish/functions/sshf.fish
Normal file
3
.config/fish/functions/sshf.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function sshf --description 'fzf select for ssh hosts'
|
||||
ssh $(grep Host -w .ssh/config | awk '{print $2}' | fzf)
|
||||
end
|
3
.config/fish/functions/tuis.fish
Normal file
3
.config/fish/functions/tuis.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function tuis --description 'fzf select tui'
|
||||
eval (string split "\n" (cat ".dotfiles/tuis.txt") | fzf)
|
||||
end
|
Reference in New Issue
Block a user