catgirl_all() { catgirl UUGRN catgirl IRCNet catgirl OFTC catgirl DataSwamp catgirl Tildeverse catgirl RobustIRC catgirl FreeNode catgirl HackInt catgirl Cyberia tmux -q attach -t catgirl } catgirl() { tmux has-session -t catgirl > /dev/null 2>&1 || tmux new -s catgirl -d if ! tmux select-window -t catgirl:$1 > /dev/null 2>&1 then # create and send tmux new-window -t catgirl -n $1 tmux send-keys -t catgirl:$1 "/usr/local/bin/catgirl -w \ \"sdk@$(hostname -s)/$1:$(pass Internet/znc)\" $HOME/.config/catgirl/config" ENTER fi } catgirl_kill() { tmux kill-session -t catgirl }