dot-files/bash
Bruno BELANYI fde97e5b66 [FIX][SHELL] Modify PATH at login only
It's cleaner to only export my modified PATH when I'm logging in,
instead of doing it at each shell launch.

Because Zsh and Bash don't use the same mechanism to let you know you
are in a login session, you gotta check both separately. But that
doesn't matter because lightdm doesn't launch `sh` as a login shell
anyway... So the condition is super messy.
2019-10-19 05:46:29 +02:00
..
.bash_logout [ADD] Bash configuration files 2019-07-11 21:53:49 +02:00
.bash_profile [ADD] Bash configuration files 2019-07-11 21:53:49 +02:00
.bash_prompt [ADD] Bash configuration files 2019-07-11 21:53:49 +02:00
.bashrc [FIX][SHELL] Modify PATH at login only 2019-10-19 05:46:29 +02:00