From ac0d48da99d1857c96e8fc663965f30479dd58e4 Mon Sep 17 00:00:00 2001 From: honney Date: Tue, 3 Feb 2026 12:31:43 +0100 Subject: [PATCH] sudo-rs --- configs/alias_useful.fish | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configs/alias_useful.fish b/configs/alias_useful.fish index b5668c0..0ecda60 100755 --- a/configs/alias_useful.fish +++ b/configs/alias_useful.fish @@ -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 \ No newline at end of file +end