dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 6c5ab8a04a7a54ff7c8637ce5c7d329291af2c0c
parent e54587a62c57bc18927baf1cd18c43cfda8940e7
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Wed,  5 Feb 2020 21:56:46 +0100

zsh: httpie plugin

Former-commit-id: 4a39f243d12ae919ebb7d4721904e93577bc97eb
Diffstat:
Mshell/zshrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shell/zshrc b/shell/zshrc @@ -26,7 +26,7 @@ if [ -f /usr/local/bin/virtualenvwrapper.sh ]; then source /usr/local/bin/virtualenvwrapper_lazy.sh fi -plugins=(git gitignore zsh-syntax-highlighting) +plugins=(git gitignore zsh-syntax-highlighting httpie) source $ZSH/oh-my-zsh.sh # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.