aboutsummaryrefslogtreecommitdiffstats
path: root/fish2024/functions/xi.fish
diff options
context:
space:
mode:
Diffstat (limited to 'fish2024/functions/xi.fish')
-rw-r--r--fish2024/functions/xi.fish4
1 files changed, 4 insertions, 0 deletions
diff --git a/fish2024/functions/xi.fish b/fish2024/functions/xi.fish
new file mode 100644
index 0000000..9a1f668
--- /dev/null
+++ b/fish2024/functions/xi.fish
@@ -0,0 +1,4 @@
+function xi --wraps='sudo xbps-install' --description 'alias xi=sudo xbps-install'
+ sudo xbps-install $argv
+
+end