mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-27 21:54:34 +00:00
ItsDrike
754bbcbbd6
- py alias should always preferably use ipython, however if it isn't available, it does fall back to the pure python interpreter. - This is useful for running scripts since we would prefer ipython error output, but also for debugging, etc. - However since py will use ipython, we didn't have any good way to get back to pure python unless it's typed in it's full form, which is too long. Because of this, this adds `ppy` alias, which always points to the pure python interpreter, no matter if ipython is available or not. - This also adds a more explicit `ipy` alias, to clearly mark that we want ipython. |
||
---|---|---|
.. | ||
aliases | ||
environment | ||
functions | ||
handlers | ||
keybinds | ||
profile | ||
prompt |