dotfiles/home
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
..
.cache Rename placeholders to .keep 2021-07-14 15:02:55 +02:00
.config Also add ppy and ipy aliases 2021-12-18 03:19:59 +01:00
.local Add cheat.sh script 2021-12-09 19:05:19 +01:00
.mozilla Remove mozilla config 2021-07-14 15:06:17 +02:00
.pki Link pki to .config 2021-07-14 15:13:42 +02:00
.xprofile Add X config files 2021-07-14 15:08:47 +02:00
.zshenv Use .zshenv to define env vars, not .zprofile 2021-07-20 23:18:50 +02:00