This commit is contained in:
2026-02-03 12:31:43 +01:00
parent 5f6cda9435
commit ac0d48da99

View File

@@ -61,6 +61,9 @@ if test -e /usr/bin/ollama
alias llama3='ollama run llama3' # Start the LLama Chat
end
if test -e /usr/bin/sudo-rs
alias sudo='sudo-rs'
end
if test -e /usr/bin/btop
alias tasks='btop'
@@ -203,4 +206,4 @@ else
function yazi
echo "The command 'yazi' is not installed. Please install 'yazi' to use this: https://github.com/sxyazi/yazi"
end
end
end