diff options
author | 135e2 <[email protected]> | 2022-06-25 15:42:56 +0800 |
---|---|---|
committer | 135e2 <[email protected]> | 2022-06-25 15:42:56 +0800 |
commit | d5e14c8d5a1d95bdc1e7c7494ce0ddd95368f0eb (patch) | |
tree | a2be5049342529068723d6b6b67c36e5c2ac6bee | |
parent | d53a31fed6b31df28f29dd88a224d037171895e4 (diff) | |
download | dotfiles-d5e14c8d5a1d95bdc1e7c7494ce0ddd95368f0eb.tar.gz dotfiles-d5e14c8d5a1d95bdc1e7c7494ce0ddd95368f0eb.tar.bz2 dotfiles-d5e14c8d5a1d95bdc1e7c7494ce0ddd95368f0eb.zip |
.zshrc: update to 20220625
- Load SukkaW/zsh-proxy for proxy support
-rw-r--r-- | .zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 .." |