#!/bin/bash
export GDK_PROGRAM_CLASS=promethean-terminal
exec xfce4-terminal --working-directory ~ -e "bash --rcfile ~/.promethean_bashrc -i" "$@"
