summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author135e2 <[email protected]>2022-06-25 15:42:56 +0800
committer135e2 <[email protected]>2022-06-25 15:42:56 +0800
commitd5e14c8d5a1d95bdc1e7c7494ce0ddd95368f0eb (patch)
treea2be5049342529068723d6b6b67c36e5c2ac6bee
parentd53a31fed6b31df28f29dd88a224d037171895e4 (diff)
downloaddotfiles-d5e14c8d5a1d95bdc1e7c7494ce0ddd95368f0eb.tar.gz
dotfiles-d5e14c8d5a1d95bdc1e7c7494ce0ddd95368f0eb.tar.bz2
dotfiles-d5e14c8d5a1d95bdc1e7c7494ce0ddd95368f0eb.zip
.zshrc: update to 20220625
- Load SukkaW/zsh-proxy for proxy support
-rw-r--r--.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index b69cb19..9f8d535 100644
--- a/.zshrc
+++ b/.zshrc
@@ -56,6 +56,9 @@ zinit wait="1" lucid for \
zinit ice lucid wait='0' atload='_zsh_autosuggest_start'
zinit light zsh-users/zsh-autosuggestions
+# zsh-proxy
+zinit light SukkaW/zsh-proxy
+
# Easier navigation: .., ..., ...., ....., ~ and -
# Copied from https://github.com/mathiasbynens/dotfiles/blob/main/.aliases
alias ..="cd .."