dotfiles/bin/dlaunch.sh

5 lines
163 B
Bash
Raw Normal View History

2015-03-18 15:54:42 +01:00
#!/bin/sh
(
2016-01-31 18:12:35 +01:00
yeganesh -x -- -fn "SourceCodePro:pixelsize=17" -p "run: " -i -f -nb "#002b36" -nf "#839496" -sb "#073642" -sf "#93a1a1" $@
) | ${SHELL:-"/bin/sh"} &