diff options
author | Tharre <tharre3@gmail.com> | 2018-10-27 21:58:21 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-10-27 21:58:21 +0200 |
commit | 19a8d1b40cf200b3f59e700fd34c58803b0320b8 (patch) | |
tree | aaae82f2d06f2b50f222b1776caef99ad697bd5c /.zshrc | |
parent | 0ffd2625f63866d04adbe88586c387ba415d78c4 (diff) | |
download | dotfiles-19a8d1b40cf200b3f59e700fd34c58803b0320b8.tar.gz dotfiles-19a8d1b40cf200b3f59e700fd34c58803b0320b8.tar.xz dotfiles-19a8d1b40cf200b3f59e700fd34c58803b0320b8.zip |
zsh: add archey3 to startup again
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -141,3 +141,7 @@ gpg-connect-agent updatestartuptty /bye >/dev/null 2>&1 ## startup update_dotfiles + +if (( $+commands[archey3] )) ; then + archey3 +fi |