if [[ -n "$(which-command tmux)" ]]; then function clip-tmux() { tmux save-buffer -a - | clip } fi