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