set EditCommand {%%PATH%%} proc RunTerminalCommand {cmd} { exec xterm -e $cmd & } proc RunTerminalAt {path} { exec xterm -e "cd \"$path\" && bash -i" & } proc RunEditCommand {cmd} { exec kate $cmd 2> /dev/null & }