kxzk / dotfiles

🍦 My dippin dots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dippin Dots

  • Default to TMUX
if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~
screen ]] && [[ ! "$TERM" ]] && [ -z "$TMUX" ]; then
    exec tmux
fi

About

🍦 My dippin dots


Languages

Language:Vim Script 81.1%Language:Shell 18.3%Language:Python 0.7%