Merge branch 'master' of github.com:Jab2870/dotfiles

This commit is contained in:
Jonathan Hodgson 2018-10-12 09:35:14 +01:00
commit a1f7442fa3
3 changed files with 11 additions and 1 deletions

View file

@ -94,3 +94,8 @@ TRAPWINCH(){
#if [ -f ~/.current-folder ] && [ ! $TMUX ]; then
# \cd "$(cat ~/.current-folder)"
#fi
#[ -z "$TMUX" ] && { exec tmux new-session && exit;}
#if [[ ! $TERM =~ screen ]]; then
# exec tmux
#fi