fix: remove pipe from ags alias

This commit is contained in:
matt1432 2023-09-07 22:47:15 -04:00
parent fe2404d439
commit 50278032f5

View file

@ -39,7 +39,7 @@
ls = "ls -lah --color=auto";
cp = "cp -r";
ags = "XDG_DATA_DIRS=/home/matt/.config/share ags | grep -v On";
ags = "XDG_DATA_DIRS=/home/matt/.config/share ags";
tup = "tailscale up --login-server https://headscale.nelim.org";