diff options
author | Tharre <tharre3@gmail.com> | 2017-02-14 01:04:46 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2017-02-14 01:04:46 +0100 |
commit | 738b8f3dd12cfcc8eeff6985e964f8cfb59f7994 (patch) | |
tree | e2c21b1d78b39556d4a9f29f0d77571524092ce7 /.zshrc | |
parent | 9d0c29b48645460fc49d9be63736faac239f6b9c (diff) | |
download | dotfiles-738b8f3dd12cfcc8eeff6985e964f8cfb59f7994.tar.gz dotfiles-738b8f3dd12cfcc8eeff6985e964f8cfb59f7994.tar.xz dotfiles-738b8f3dd12cfcc8eeff6985e964f8cfb59f7994.zip |
zsh: replace outdated archey with archey3
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -174,8 +174,8 @@ HISTSIZE=100000000 ## startup update_dotfiles -if type "archey" > /dev/null; then - archey # nice system information and arch logo +if type "archey3" > /dev/null; then + archey3 # nice system information and arch logo fi [ -e ~/TODO ] && cat ~/TODO |