summaryrefslogtreecommitdiff
path: root/zsh
AgeCommit message (Collapse)Author
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