From d5e14c8d5a1d95bdc1e7c7494ce0ddd95368f0eb Mon Sep 17 00:00:00 2001 From: 135e2 <135e2@135e2.tk> Date: Sat, 25 Jun 2022 15:42:56 +0800 Subject: .zshrc: update to 20220625 - Load SukkaW/zsh-proxy for proxy support --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) 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 .." -- cgit v1.2.3