Skip to content

Commit

Permalink
Shorten screen invocation when connected through SSH
Browse files Browse the repository at this point in the history
  • Loading branch information
agross committed Jan 6, 2016
1 parent ef610b0 commit 7b7998f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions mintty/zprofile.zsh
Expand Up @@ -13,8 +13,5 @@ if is-mintty; then
}

verbose Starting $fg[red]screen$reset_color because we\'re running $fg[red]mintty$reset_color
undefine-startup-functions

_start-screen
exit
_start-screen && exit
fi

0 comments on commit 7b7998f

Please sign in to comment.