Restructuring the repo
This commit is contained in:
parent
21e3cf65e6
commit
3d67598c27
45 changed files with 368 additions and 77 deletions
9
misc/findterm
Executable file
9
misc/findterm
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/zsh
|
||||
for candidate in x-terminal-emulator xdg-terminal alacritty urxvt xterm; do
|
||||
if which $candidate &> /dev/null; then
|
||||
echo $candidate
|
||||
exit 0
|
||||
fi
|
||||
done
|
||||
echo "no terminal found" >&2
|
||||
exit 1
|
Loading…
Add table
Add a link
Reference in a new issue