summaryrefslogtreecommitdiff
path: root/zsh
AgeCommit message (Collapse)Author
2021-06-26zsh: Show nonzero exit statuses in ${PS1}Grégoire Duchêne
2021-06-26zsh: Have ‘op-ssh-add’ default to SK keysGrégoire Duchêne
2021-06-19zsh: Move the ‘vault’ function to dotfiles-darwinGrégoire Duchêne
2021-04-03zsh: Use $(dotfiles_root) in PYTHONSTARTUPGrégoire Duchêne
2021-03-19zsh/op-ssh-add: Do not drop argumentsGrégoire Duchêne
2021-03-14zsh/op-ssh-add: Trap cleanup codeGrégoire Duchêne
2021-03-14zsh/op-ssh-add: Pass one private key to ssh-addGrégoire Duchêne
2021-02-28zsh: Use fingerprints in op-ssh-addGrégoire Duchêne
2020-12-22zsh: Remove 1Password sessions when we're doneGrégoire Duchêne
2020-12-19zsh: Add a vault commandGrégoire Duchêne
2020-11-22zsh: Alias an alias for kubectlGrégoire Duchêne
2020-09-06zsh: Add op-ssh-add functionGré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-30zsh: Autocomplete opGrégoire Duchêne
2020-08-08zsh: Add paths to ${PATH} in profile instead of envGrégoire Duchêne
2020-07-05zsh: Use -n with emacsclient -cGrégoire Duchêne
2020-07-05zsh: Start emacs --daemon when neededGrégoire Duchêne
2020-07-05zsh: Add paths to ${PATH} in env instead of rcGrégoire Duchêne
Also, only add paths if they are not already in ${PATH}. This avoids duplicates in subshells.
2020-06-21Revert "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-14zsh: Bind ^F to history-incremental-search-forwardGrégoire Duchêne
2020-05-25zsh: Start ssh-agent automaticallyGrégoire Duchêne
2020-05-24zsh: Use :l when defining DOMAIN, HOST, and UNAMEGrégoire Duchêne
2020-05-24zsh: Make less use XDG_CACHE_HOMEGrégoire Duchêne
2020-05-24Add python configurationGrégoire Duchêne
2020-04-21zsh: Add aliases for ffmpeg and ffprobeGrégoire Duchêne
2020-01-08Do not set LC_ALLGrégoire Duchêne
2020-01-08Get the dotfiles directory without a known pathGrégoire Duchêne
2020-01-06Export DOMAIN on both Linux and macOSGrégoire Duchêne
Also, use -s with cut so that DOMAIN will be empty if no domain is set.
2019-12-23Add an alias for dfGrégoire Duchêne
2019-12-22Have macOS df hide inode statisticsGrégoire Duchêne
GNU df does not show those by default so the Linux alias remains unchanged.
2019-12-21Call compinit after sourcing local configurationsGrégoire Duchêne
2019-12-21Add zsh configurationGrégoire Duchêne