/usr/lib/python3/dist-packages/pexpect
NameSizeModeActions
__pycache__/-0755rm
ANSI.py121770644editdlrm
bashrc.sh3800644editdlrm
exceptions.py10680644editdlrm
expect.py138270644editdlrm
fdpexpect.py58280644editdlrm
FSM.py134190644editdlrm
popen_spawn.py61610644editdlrm
pty_spawn.py373820644editdlrm
pxssh.py242790644editdlrm
replwrap.py56330644editdlrm
run.py66280644editdlrm
screen.py137040644editdlrm
spawnbase.py212470644editdlrm
utils.py60190644editdlrm
_async.py33040644editdlrm
__init__.py39020644editdlrm
Edit: /usr/lib/python3/dist-packages/pexpect/bashrc.sh (380B)
# Different platforms have different names for the systemwide bashrc if [[ -f /etc/bashrc ]]; then source /etc/bashrc fi if [[ -f /etc/bash.bashrc ]]; then source /etc/bash.bashrc fi if [[ -f ~/.bashrc ]]; then source ~/.bashrc fi # Reset PS1 so pexpect can find it PS1="$" # Unset PROMPT_COMMAND, so that it can't change PS1 to something unexpected. unset PROMPT_COMMAND