dot-files/zsh
Bruno BELANYI 67da1d9f6e [ADD][SHELL] Project-local environment w/ localrc
This little script will look at your current working directory and its
parent directories to source local configuration files (very useful for
Python  projects, or the way I build TC with a local PATH pre-pended).

It works relatively well but still is a very fragile solution that
depends on the order in which the shell has sourced its files. Because
the Termite script kept erasing the previous PROMPT_COMMAND value for
Bash I had to change to source it at the beginning of my configuration
file.
2019-10-19 17:06:00 +02:00
..
.zprofile [ADD] Zsh configuration files 2019-07-11 21:53:49 +02:00
.zsh_prompt [ADD] Zsh configuration files 2019-07-11 21:53:49 +02:00
.zshrc [ADD][SHELL] Project-local environment w/ localrc 2019-10-19 17:06:00 +02:00