dotfiles/home/.config/shell
ItsDrike 754bbcbbd6
Also add ppy and ipy aliases
- 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.
2021-12-18 03:19:59 +01:00
..
aliases Also add ppy and ipy aliases 2021-12-18 03:19:59 +01:00
environment Add some further XDG env variables 2021-10-03 10:10:40 +02:00
functions Use ternary conditionals 2021-07-20 23:10:46 +02:00
handlers Define exports in profile, rename sh to shell 2021-07-14 19:11:50 +02:00
keybinds Update kybinds 2021-07-20 23:11:18 +02:00
profile Move PATH extension to profile 2021-07-22 00:16:41 +02:00
prompt Add a note about dangers of using ↵ symbol 2021-12-15 22:09:43 +01:00