diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-10-29 12:03:19 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-10-29 12:03:19 +0530 |
commit | bce45b39cffd18672db6a50008e7e463b21c7c6b (patch) | |
tree | 2befab71547fcfc708c527dce9a4afaf457cc118 | |
parent | 4f0a26b94993e4a910ab9dc54bb5c93ce2aa660d (diff) |
friendship ended with doas, sudo is now my best friend
-rw-r--r-- | .config/fish/functions/sudo.fish | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.config/fish/functions/sudo.fish b/.config/fish/functions/sudo.fish deleted file mode 100644 index acfb49f..0000000 --- a/.config/fish/functions/sudo.fish +++ /dev/null @@ -1,3 +0,0 @@ -function sudo --wraps='sudo' --description 'use doas instead of sudo' - doas $argv; -end |