dotfiles/bin/st

12 lines
186 B
Text
Raw Normal View History

#!/bin/bash
set -ex
case `hostname` in
dice-dlundin2)
exec st.x86_64 -f "Roboto Mono-11" $@
;;
dredd)
exec st.x86_64 -f "Roboto Mono-18" $@
;;
esac
exec st.x86_64 $@