Small config changes

This commit is contained in:
Jonathan Hodgson 2018-10-05 09:51:35 +01:00
parent 605a95bd7b
commit 4b18fdd847
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