diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-09-02 00:11:02 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-09-02 00:11:02 +0530 |
commit | 0c064168e387c65a05bfaac1146c9ee63c53414a (patch) | |
tree | 11344b953a88d7cd5de9bf840f0da22996d7fe7a /.config/fish/functions/sudo.fish | |
parent | 930547120822b59d6d7ceb42c9a570f06e4f6232 (diff) |
edited some paths
Diffstat (limited to '.config/fish/functions/sudo.fish')
-rw-r--r-- | .config/fish/functions/sudo.fish | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/fish/functions/sudo.fish b/.config/fish/functions/sudo.fish new file mode 100644 index 0000000..acfb49f --- /dev/null +++ b/.config/fish/functions/sudo.fish @@ -0,0 +1,3 @@ +function sudo --wraps='sudo' --description 'use doas instead of sudo' + doas $argv; +end |