diff options
-rw-r--r-- | bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -113,6 +113,9 @@ if [ -f /etc/bash_completion ] && ! shopt -oq posix; then . /etc/bash_completion fi # }}} +# {{{ PythonInR +export USESPECIALPYTHONVERSION="python3" +# }}} # {{{varia # check the window size after each command and, if necessary, # update the values of LINES and COLUMNS. |