summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-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 .."