bash_profile: Force ncurses to use UTF8 line-drawing characters.
[profile] / xrun
1 #! /bin/sh
2 cmd=`xgetline -t "Shell command" -p "Command:" -Hl $HOME/.cmd.hist` &&
3 exec xcatch -- sh -c "$cmd"