Skip to content

Commit

Permalink
Revert "bashrc: work around mintty/wsltty#197"
Browse files Browse the repository at this point in the history
This reverts commit 8050efb.
  • Loading branch information
wjrogers committed Apr 28, 2021
1 parent bf9c85c commit 190c767
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions home/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ fi
# Check for an interactive session
[ -z "$PS1" ] && return

# work around https://github.com/mintty/wsltty/issues/197
if [[ -n "$WSL_DISTRO_NAME" ]]; then
command -v cmd.exe > /dev/null || return
fi

# shell options
shopt -s checkwinsize
shopt -s histappend
Expand Down

0 comments on commit 190c767

Please sign in to comment.