fix: remove pipe from ags alias
This commit is contained in:
parent
fe2404d439
commit
50278032f5
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue