Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-10-31 | .zsh/zshenv: GOTOOLCHAIN=path | Tobias Klauser | 1 | -2/+2 | |
2023-08-11 | .zsh/zshenv: set GOTOOLCHAIN=local | Tobias Klauser | 1 | -0/+3 | |
2023-04-28 | .zsh/completion: update cilium CLI completion | Tobias Klauser | 1 | -20/+73 | |
Generated using `cilium completion zsh > .zsh/completion/_cilium.zsh | |||||
2022-11-07 | zshenv: correctly handly inexistent gcloud CLI | Tobias Klauser | 1 | -1/+1 | |
2022-10-06 | zshenv, zshrc: more gcloud specific settings | Tobias Klauser | 2 | -0/+17 | |
2022-10-04 | .zsh: don't override bash | Tobias Klauser | 1 | -0/+0 | |
This was used as a workaround on systems I no longer use. | |||||
2022-10-03 | Move pyenv and conda initialization to zshrc | Tobias Klauser | 3 | -19/+30 | |
2022-10-01 | zshrc: fix condition for gke-gcloud-auth-plugin | Tobias Klauser | 1 | -1/+1 | |
2022-09-30 | zshrc: set USE_GKE_GCLOUD_AUTH_PLUGIN=True for gcloud | Tobias Klauser | 1 | -0/+5 | |
2022-09-13 | zshrc: increase HISTSIZE | Tobias Klauser | 1 | -1/+1 | |
2022-08-09 | zprofile: check brew binary before executing brew shellenv | Tobias Klauser | 1 | -2/+2 | |
2022-08-07 | zprofile/80_homebrew: invoke correct brew command depending on location | Tobias Klauser | 1 | -1/+5 | |
2022-08-07 | zshenv: add homebrew completions to fpath | Tobias Klauser | 1 | -1/+3 | |
2022-08-07 | zprofile: move homebrew setup | Tobias Klauser | 1 | -0/+0 | |
Adding homebrew specific $PATH entries needs to be done in .zprofile rather than .zshenv in order to override path initialization done by path_helper on macOS, see https://apple.stackexchange.com/questions/432226/homebrew-path-set-in-zshenv-is-overridden | |||||
2022-08-06 | zshrc: correct fzf base path if installed using homebrew | Tobias Klauser | 1 | -0/+1 | |
2022-08-06 | zshenv: add 80_homebrew | Tobias Klauser | 1 | -0/+10 | |
2022-08-06 | zshenv: support GOARCH=arm64, don't set GOARCH on unsupported arch | Tobias Klauser | 1 | -2/+1 | |
2022-05-11 | zshrec: adjust fzf integration for Homebrew | Tobias Klauser | 1 | -5/+11 | |
2022-05-10 | zshrc: add 99_fzf | Tobias Klauser | 1 | -0/+15 | |
Integration for fzf, adapted from .fzf.zsh auto-generated by fzf's install script. | |||||
2022-05-10 | zshenv: move path_{append,prepend} to utils | Tobias Klauser | 2 | -23/+25 | |
...so these can be used in zshrc as well. | |||||
2022-03-16 | zshrc: add `watch kubectl` aliases | Tobias Klauser | 1 | -0/+2 | |
2022-01-27 | Add kubectl aliases with `-o wide` | Tobias Klauser | 1 | -0/+2 | |
2021-11-12 | zprofile: add pyenv | Tobias Klauser | 1 | -0/+14 | |
2021-11-12 | zshenv: add pyenv configuration | Tobias Klauser | 1 | -1/+6 | |
2021-11-12 | zshenv: remove outdated and commented out paths | Tobias Klauser | 1 | -9/+0 | |
2021-06-15 | zshenv: set GOTRACEBACK=all | Tobias Klauser | 1 | -0/+4 | |
See https://github.com/maruel/panicparse#gotraceback | |||||
2021-06-06 | zshenv: prefer manually installed Go binaries | Tobias Klauser | 1 | -2/+2 | |
2021-05-18 | zshenv: don't set GO111MODULE explicitly | Tobias Klauser | 1 | -1/+1 | |
Per https://github.com/golang/go/issues/36513#issuecomment-573705387 | |||||
2021-04-23 | completion: add cargo and rustup | Tobias Klauser | 2 | -0/+1145 | |
2021-04-09 | zshenv: unset GOPROXY and GOSUMDB | Tobias Klauser | 1 | -2/+2 | |
Leave them to their default values (using the module proxy) to avoid large build times due to module downloads and broken builds due to deleted git tags. | |||||
2021-03-31 | completion: add gh | Tobias Klauser | 1 | -0/+159 | |
2021-03-29 | Revert "zshrc: add ka alias for kubectl --all-namespaces" | Tobias Klauser | 1 | -1/+0 | |
This reverts commit f5f43c25e2bad948c3fd7c4ebaecfc4cd2b9bb09. | |||||
2021-03-29 | zshrc: add ka alias for kubectl --all-namespaces | Tobias Klauser | 1 | -0/+1 | |
2021-03-29 | zshrc: source gcloud completion config if available | Tobias Klauser | 1 | -0/+12 | |
2021-03-29 | zshenv: remove ziPython and pyenv config | Tobias Klauser | 1 | -10/+0 | |
2021-03-29 | zshenv: don't export OEBASE if nonexistent | Tobias Klauser | 1 | -0/+2 | |
2021-03-26 | zshenv/80_rust: prepend cargon bin path | Tobias Klauser | 1 | -1/+1 | |
2021-03-26 | completion: add hubble | Tobias Klauser | 1 | -0/+159 | |
2021-03-25 | completion: add cilium-cli | Tobias Klauser | 1 | -0/+159 | |
2021-03-25 | zshrc: update compinstall filename | Tobias Klauser | 1 | -1/+1 | |
2021-03-25 | completion: remove cilium (this is the in-pod command) | Tobias Klauser | 1 | -1466/+0 | |
2021-03-25 | completition: update go completion from github.com/zsh-users/zsh-completions | Tobias Klauser | 1 | -145/+1019 | |
2021-03-13 | zshenv: set GO111MODULE=on | Tobias Klauser | 1 | -0/+1 | |
2021-02-01 | zshenv: don't set BINDIR | Tobias Klauser | 1 | -1/+0 | |
2021-01-27 | Remove setting of $GIT_{AUTHOR,COMMITTER}_{EMAIL,NAME} | Tobias Klauser | 2 | -92/+0 | |
These are set depending on the gitdir in .gitconfig now which is much easier to configure and less overhead than via zsh profiles. | |||||
2021-01-15 | completion: update git completion to git v2.30.0 | Tobias Klauser | 2 | -252/+553 | |
Copied from src/git/contrib/completition/git-completion.{bash,zsh} Signed-off-by: Tobias Klauser <tklauser@distanz.ch> | |||||
2020-11-25 | zshrc: drop mount/umount aliases, use aliases for make, git, vim | Tobias Klauser | 1 | -2/+4 | |
2020-11-19 | zshrc: don't show vcs name in vcs_info | Tobias Klauser | 1 | -2/+2 | |
2020-11-19 | zshrc: remove debian_chroot from prompt | Tobias Klauser | 1 | -8/+3 | |
2020-10-21 | zshenv: remove 99_altera | Tobias Klauser | 1 | -22/+0 | |