summaryrefslogtreecommitdiff
path: root/dotfiles-darwin/zsh
AgeCommit message (Collapse)Author
2024-09-15darwin/zsh: Remove ‘pip’ and ‘python’ aliasesGrégoire Duchêne
Apple removed Python 2.7 in macOS 12.3, so those aliases aren’t really needed anymore. See https://developer.apple.com/documentation/macos-release-notes/macos-12_3-release-notes#Python for more details.
2024-09-15darwin/zsh: Alias ‘lsh’ to use ‘gls’ when possibleGrégoire Duchêne
2024-09-07zsh: Add ‘pbclear’ to clear the clipboardGrégoire Duchêne
2024-01-06darwin/zsh: Only use some GNU tools by defaultGrégoire Duchêne
2023-01-15darwin/zsh: Switch back to Homebrew-provided EmacsGrégoire Duchêne
2022-04-17darwin/zsh: Exclude .DS_Store files with rsyncGrégoire Duchêne
2022-04-03darwin/zsh: Disable “sessions” in Terminal.appGrégoire Duchêne
2021-11-13darwin/zsh: Prefer all Homebrew GNU utilitiesGrégoire Duchêne
2021-11-13darwin/zsh: Use Homebrew GNU Make if availableGrégoire Duchêne
2021-07-04darwin/zsh: Configure aliases for GNU ls if foundGrégoire Duchêne
2021-06-19zsh: Move the ‘vault’ function to dotfiles-darwinGrégoire Duchêne
2021-04-10darwin/zsh: Add support for a custom Emacs.appGrégoire Duchêne
2020-08-08darwin/zsh: Prefer GNU grep if availableGrégoire Duchêne
2020-08-08darwin/zsh: Prefer GNU tar if availableGrégoire Duchêne
2020-06-21darwin/zsh: Shorten XDG_RUNTIME_DIRGrégoire Duchêne
2020-05-24darwin/zsh: Use pip3 and python3 by defaultGrégoire Duchêne
2020-05-24darwin/zsh: Create ${XDG_RUNTIME_DIR} if neededGré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-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-21Add zsh configurationGrégoire Duchêne