diff options
Diffstat (limited to 'rcmain')
-rw-r--r-- | rcmain | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ if(! ~ $#cflag 0){ exit $status } if(flag i){ - if(~ $TERM 9term){ + if(~ $termprog 9term || ~ $termprog win){ fn cd { # builtin cd $1 && flag i && awd # is not sufficient when running in a subshell |