about summary refs log tree commit diff
path: root/fish/functions/__xtools_complete_archs.fish
diff options
context:
space:
mode:
Diffstat (limited to 'fish/functions/__xtools_complete_archs.fish')
-rw-r--r--fish/functions/__xtools_complete_archs.fish3
1 files changed, 3 insertions, 0 deletions
diff --git a/fish/functions/__xtools_complete_archs.fish b/fish/functions/__xtools_complete_archs.fish
new file mode 100644
index 0000000..6a1165d
--- /dev/null
+++ b/fish/functions/__xtools_complete_archs.fish
@@ -0,0 +1,3 @@
+function __xtools_complete_archs
+    printf %s\n {aarch64,armv{6,7}l,i686,x86_64}{,-musl}\tArchitecture
+end