Compare commits

...

3 Commits

3 changed files with 2 additions and 1 deletions

1
git-alten/dot-local Symbolic link
View File

@@ -0,0 +1 @@
../git/dot-local

View File

@@ -141,7 +141,7 @@ done
ZSH_TMUX_AUTOSTART=true ZSH_TMUX_AUTOSTART=true
if (( $+commands[tmux] )); then if (( $+commands[tmux] )); then
if [[ -z "$TMUX" && "$ZSH_TMUX_AUTOSTART" == "true" && -z "$INSIDE_EMACS" && -z "$EMACS" && -z "$VIM" && -z "$INTELLIJ_ENVIRONMENT_READER" && -z "$ZED_TERM" ]]; then if [[ -z "$TMUX" && "$ZSH_TMUX_AUTOSTART" == "true" && -z "$INSIDE_EMACS" && -z "$EMACS" && -z "$VIM" && -z "$INTELLIJ_ENVIRONMENT_READER" && -z "$ZED_TERM" ]]; then
if (( $+commands[sesh] )); then if (( $+commands[sesh] )) && (( $+commands[sesh-select] )); then
sesh-select sesh-select
else else
tmux new-session tmux new-session