#!/bin/zsh if [[ "$(pwd)" == $HOME || "$(pwd)" == $HOMEBOX ]]; then clear return fi tmux new-window -dn scratch vim . clear