aboutsummaryrefslogtreecommitdiffstats
path: root/fish2024/functions/xupdate.fish
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-09-22 08:46:37 +0100
committerMatthew Lemon <y@yulqen.org>2024-09-22 08:46:37 +0100
commitb397e8d4fc8ff5b8dbfb39034ab34c0871315434 (patch)
treec303d50448c368aa324808c16bb51a1b22a3493b /fish2024/functions/xupdate.fish
parent90173363279e803dc34ce87b2f1eb882da75fe96 (diff)
lazy commit - lots of stuff
Diffstat (limited to '')
-rw-r--r--fish2024/functions/xupdate.fish4
1 files changed, 4 insertions, 0 deletions
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