| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-01-12 | zsh: Disable default completion for ‘pm’ | Grégoire Duchêne | |
| 2025-01-04 | zsh: Add ${CARGO_HOME} to ${PATH} | Grégoire Duchêne | |
| 2024-12-29 | zsh: Have ‘tree’ filter using .gitignore | Grégoire Duchêne | |
| 2024-12-08 | zsh: Alias ‘c’ to ‘cargo’ | Grégoire Duchêne | |
| 2024-11-17 | darwin/zsh: Move terminal configuration to rc | Grégoire Duchêne | |
| 2024-07-27 | zsh: Use ‘emacsclient’ when appropriate | Grégoire Duchêne | |
| 2024-07-27 | zsh: Use vim if Emacs is not running as a server | Grégoire Duchêne | |
| Running the Emacs server from a terminal implies that permissions normally granted to Emacs on macOS will not be granted to the server. | |||
| 2024-06-22 | zsh: Add aliases for Swift | Grégoire Duchêne | |
| 2024-04-20 | zsh: Source files in ‘dotfiles-local’ if available | Grégoire Duchêne | |
| 2024-02-18 | zsh: Default pgrep to show arguments in matches | Grégoire Duchêne | |
| 2024-01-27 | zsh: Add ‘pm’ function | Grégoire Duchêne | |
| 2024-01-06 | zsh: Ask before deleting files | Grégoire Duchêne | |
| 2023-09-10 | git: Add ‘root’ alias to find top-level directory | Grégoire Duchêne | |
| 2023-07-08 | zsh: Remove op-ssh-add | Grégoire Duchêne | |
| See https://developer.1password.com/docs/ssh/agent for a better replacement. | |||
| 2023-07-08 | zsh: Only export unmodified HOST variable | Grégoire Duchêne | |
| 2023-07-08 | zsh: Iterate through variants in source_if_exists | Grégoire Duchêne | |
| 2023-07-08 | zsh: Simplify how DOMAIN is defined | Grégoire Duchêne | |
| 2023-07-08 | zsh: Add HOST_SHORT to refer to the machine name | Grégoire Duchêne | |
| 2022-03-19 | zsh/op-ssh-add: Support 1Password CLI 2 | Grégoire Duchêne | |
| 2022-02-20 | zsh: Remove REMATCH_PCRE as it is no longer needed | Grégoire Duchêne | |
| 2022-02-13 | Add SQLite configuration | Grégoire Duchêne | |
| 2022-01-29 | darwin/env.sh: Run script in a login shell | Gré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-09 | zsh: Remove custom key bindings C-f and C-r | Gré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-09 | zsh: Add an alias to kill the Emacs daemon | Grégoire Duchêne | |
| 2022-01-09 | zsh/profile: Source other files at the end | Grégoire Duchêne | |
| 2021-12-18 | zsh: Set DOMAIN and UNAME using built-ins | Grégoire Duchêne | |
| 2021-11-13 | zsh/op-ssh-add: Use ‘command’ to avoid subshells | Grégoire Duchêne | |
| 2021-10-16 | zsh/op-ssh-add: Remove superfluous jq option | Grégoire Duchêne | |
| 2021-10-10 | zsh: Configure user-level paths last | Grégoire Duchêne | |
| 2021-06-26 | zsh: Show current Git branch in ${RPROMPT} | Grégoire Duchêne | |
| This does not apply if ${TERM_PROGRAM} is ‘iTerm.app’ as iTerm2 already has a status bar that shows that information. See https://iterm2.com/documentation-status-bar.html for more details. | |||
| 2021-06-26 | zsh: Show nonzero exit statuses in ${PS1} | Grégoire Duchêne | |
| 2021-06-26 | zsh: Have ‘op-ssh-add’ default to SK keys | Grégoire Duchêne | |
| 2021-06-19 | zsh: Move the ‘vault’ function to dotfiles-darwin | Grégoire Duchêne | |
| 2021-04-03 | zsh: Use $(dotfiles_root) in PYTHONSTARTUP | Grégoire Duchêne | |
| 2021-03-19 | zsh/op-ssh-add: Do not drop arguments | Grégoire Duchêne | |
| 2021-03-14 | zsh/op-ssh-add: Trap cleanup code | Grégoire Duchêne | |
| 2021-03-14 | zsh/op-ssh-add: Pass one private key to ssh-add | Grégoire Duchêne | |
| 2021-02-28 | zsh: Use fingerprints in op-ssh-add | Grégoire Duchêne | |
| 2020-12-22 | zsh: Remove 1Password sessions when we're done | Grégoire Duchêne | |
| 2020-12-19 | zsh: Add a vault command | Grégoire Duchêne | |
| 2020-11-22 | zsh: Alias an alias for kubectl | Grégoire Duchêne | |
| 2020-09-06 | zsh: Add op-ssh-add function | Grégoire Duchêne | |
| op-ssh-add is a small wrapper around ssh-add that retrieves the SSH private key password from 1Password before passing it to ssh-add. | |||
| 2020-08-30 | zsh: Autocomplete op | Grégoire Duchêne | |
| 2020-08-08 | zsh: Add paths to ${PATH} in profile instead of env | Grégoire Duchêne | |
| 2020-07-05 | zsh: Use -n with emacsclient -c | Grégoire Duchêne | |
| 2020-07-05 | zsh: Start emacs --daemon when needed | Grégoire Duchêne | |
| 2020-07-05 | zsh: Add paths to ${PATH} in env instead of rc | Grégoire Duchêne | |
| Also, only add paths if they are not already in ${PATH}. This avoids duplicates in subshells. | |||
| 2020-06-21 | Revert "zsh: Start ssh-agent automatically" | Grégoire Duchêne | |
| This reverts commit 577de729deb7574fa6da1bedea19fd6af9c5c722. This change conflicts with other configurations that require a custom SSH agent to be listening on SSH_AUTH_SOCK. | |||
| 2020-06-14 | zsh: Bind ^F to history-incremental-search-forward | Grégoire Duchêne | |
| 2020-05-25 | zsh: Start ssh-agent automatically | Grégoire Duchêne | |
