dotfiles/home/.config/shell
ItsDrike 752fd36c62
Fix pip aliases for cpython/pypy
- We can't simply define `pip3.6`,... because the aliases support both
  cpython and pypy version, which means these needs to differ. For that
  reason, I decided to use `ppip3` for pypy and `pip3` for cpython.
  However there's also an option to use the full version like this:
  `pypy3pip` or `py3.7pip`.
2021-12-18 11:49:37 +01:00
..
aliases Fix pip aliases for cpython/pypy 2021-12-18 11:49:37 +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 Don't re-run work_directory function 2021-12-18 04:46:02 +01:00