From b397e8d4fc8ff5b8dbfb39034ab34c0871315434 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 22 Sep 2024 08:46:37 +0100 Subject: lazy commit - lots of stuff --- fish2024/functions/xupdate.fish | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 fish2024/functions/xupdate.fish (limited to 'fish2024/functions/xupdate.fish') diff --git a/fish2024/functions/xupdate.fish b/fish2024/functions/xupdate.fish new file mode 100644 index 0000000..8cd4cd9 --- /dev/null +++ b/fish2024/functions/xupdate.fish @@ -0,0 +1,4 @@ +function xupdate --wraps='sudo xbps-install -Su' --description 'alias xupdate sudo xbps-install -Su' + sudo xbps-install -Su $argv + +end -- cgit v1.2.3