summaryrefslogblamecommitdiffstats
path: root/.bin/ag-term
blob: 2d0c6b1930ceff44a36509c40bb37025861b0f29 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                              
#!/bin/sh

set -xe

terms="alacritty st xterm"

for term in ${terms}; do
	command -v "${term}" && exec "${term}"
done
remember that computers suck.