Pi66

walrs
pywal but if its Fast-Minimal-Simple
git clone https://git.pi66.xyz/walrs

← back to log

Add: auto complete

author: pixel
date: 2025-05-03 21:56
hash: 8a89af887595f4bb0c3925432afb1f0e15c4c30b

Diffstat:

M

Makefile
2 +++++++++++++++---------------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
diff --git a/Makefile b/Makefile
index e287ee4..5e26e02 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ install: build
    sudo cp -r templates/* /etc/walrs/templates/

 aur:
-   ./target/release/walrs --install-completions -q --output "$(pkgdir)/usr/share"
+   ./target/release/walrs --install-completions -q 

 uninstall:
    sudo rm -f /usr/bin/walrs