summaryrefslogtreecommitdiff
path: root/zsh/profile
AgeCommit message (Collapse)Author
2022-01-29darwin/env.sh: Run script in a login shellGrégoire Duchêne
We need a login shell to have the right PATH set. Also, we need not to call stty when TERM is empty, which it will be when that script runs.
2022-01-09zsh: Remove custom key bindings C-f and C-rGrégoire Duchêne
C-r is already bound to history-incremental-search-backward and C-f is redundant with C-s. Also, make C-q and C-s work in zsh. Those keys are traditionally used for software control flow purposes, and it is not something I have ever used (on purpose anyway). Having C-s (and C-q) available in zsh is far more useful.
2022-01-09zsh/profile: Source other files at the endGrégoire Duchêne
2021-10-10zsh: Configure user-level paths lastGrégoire Duchêne
2020-08-08zsh: Add paths to ${PATH} in profile instead of envGrégoire Duchêne