Update various cities

Migrate alacritty.toml to new version
Remove various waybar modules
This commit is contained in:
Tobias Reisinger 2024-10-23 14:27:23 +02:00
parent 876f11177d
commit 06f35a4eb9
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
7 changed files with 11 additions and 26 deletions

View file

@ -1,4 +1,10 @@
#!/usr/bin/env sh
if [ -x "$(command -v rg)" ]
then
$EDITOR $(rg -l "$@")
exit 0
fi
# shellcheck disable=SC2046
$EDITOR $(grep "$@")