Update various cities
Migrate alacritty.toml to new version Remove various waybar modules
This commit is contained in:
parent
876f11177d
commit
06f35a4eb9
7 changed files with 11 additions and 26 deletions
.bin
|
@ -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 "$@")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue