From e9766d56db76f91dcca7fa4728f2d42d7186dc5a Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sat, 9 Mar 2019 17:58:50 +0100 Subject: [PATCH] Fish: added sudo abbrevation --- shells/fish/conf.d/abbr.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/shells/fish/conf.d/abbr.fish b/shells/fish/conf.d/abbr.fish index dc787d5..e5f9ce8 100644 --- a/shells/fish/conf.d/abbr.fish +++ b/shells/fish/conf.d/abbr.fish @@ -28,4 +28,5 @@ if status --is-interactive abbr --add --global pingtest ping -c 3 mmk2410.org abbr --add --global e eval $EDITOR abbr --add --global g git + abbr --add --global s sudo end