diff options
| author | Matt Turner <mattst88@gmail.com> | 2025-05-02 14:17:41 -0400 |
|---|---|---|
| committer | Matt Turner <mattst88@gmail.com> | 2025-05-02 14:17:41 -0400 |
| commit | 249faaad7fe2c894823885e10c481c0100aae019 (patch) | |
| tree | e1a392dd90eff79190dcffe79dca5561b2d4d9a1 /zsh | |
| parent | d709d3c662d2a2abffe91fd867a239da0583ecfa (diff) | |
zsh: Add some CMake configuration
Diffstat (limited to 'zsh')
| -rwxr-xr-x | zsh/.zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -28,6 +28,9 @@ setopt share_history export PATH=:$PATH:~/bin +export CMAKE_GENERATOR=Ninja +export CMAKE_EXPORT_COMPILE_COMMANDS=ON + alias pkgdiff="pkgdiff-mg" alias grpe="grep" alias gti="git" |
