dotfiles/bin/st
2017-03-01 19:44:33 +01:00

11 lines
190 B
Bash
Executable file

#!/bin/bash
set -ex
case `hostname` in
dice-dlundin2)
exec st.dark -f "Roboto Mono:pixelsize=14" $@
;;
dredd)
exec st.dark -f "Roboto Mono-15" $@
;;
esac
exec st.dark $@