dotfiles/bin/st
2017-02-21 13:37:32 +01:00

11 lines
192 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.x86_64 $@