summary refs log tree commit diff stats
path: root/zsh/.config
diff options
context:
space:
mode:
authorAlan Pearce2018-12-19 19:09:33 +0100
committerAlan Pearce2018-12-19 19:09:33 +0100
commit0c84edad3f2174ef57a62ec125d1181506fbf55a (patch)
tree7287210dd52fb669fd81398661685753e6d11a05 /zsh/.config
parentc7ae8c8bdaf1134d0107063af035968d8505b111 (diff)
downloaddotfiles-0c84edad3f2174ef57a62ec125d1181506fbf55a.tar.lz
dotfiles-0c84edad3f2174ef57a62ec125d1181506fbf55a.tar.zst
dotfiles-0c84edad3f2174ef57a62ec125d1181506fbf55a.zip
zsh: Add calc plugin
Diffstat (limited to 'zsh/.config')
-rw-r--r--zsh/.config/zsh/.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc
index dde5a99..05b609a 100644
--- a/zsh/.config/zsh/.zshrc
+++ b/zsh/.config/zsh/.zshrc
@@ -148,6 +148,9 @@ ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=7"
 zplugin ice wait'1' lucid
 zplugin load "zsh-users/zsh-autosuggestions"
 
+zplugin ice wait'1' lucid
+zplugin light "arzzen/calc.plugin.zsh"
+
 zplugin snippet "OMZ::lib/functions.zsh"
 zplugin snippet "OMZ::lib/termsupport.zsh"