ansible-role--bashrc/files/bashrc.d/00-winpty.sh

10 lines
178 B
Bash
Raw Normal View History

2021-12-31 14:00:17 +00:00
# HAS_WINPTY="${HAS_WINPTY:-}"
# export HAS_WINPTY
# # Force shell restart in case winpty is not set
# if [ -z "$HAS_WINPTY" ]; then
# HAS_WINPTY=1
# exec winpty $SHELL
# fi