Repositories (1)

Dotfiles
1 snippets stored for this repo
Shell IconShell
zstyle ':completion::complete:*' use-cache 1

# TMUX shit here
#if command -v tmux &> /dev/null && [ -n "$PROMPT" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
#    exec tmux
#fi