summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2017-02-14 01:04:46 +0100
committerTharre <tharre3@gmail.com>2017-02-14 01:04:46 +0100
commit738b8f3dd12cfcc8eeff6985e964f8cfb59f7994 (patch)
treee2c21b1d78b39556d4a9f29f0d77571524092ce7 /.zshrc
parent9d0c29b48645460fc49d9be63736faac239f6b9c (diff)
downloaddotfiles-738b8f3dd12cfcc8eeff6985e964f8cfb59f7994.tar.gz
dotfiles-738b8f3dd12cfcc8eeff6985e964f8cfb59f7994.tar.xz
dotfiles-738b8f3dd12cfcc8eeff6985e964f8cfb59f7994.zip
zsh: replace outdated archey with archey3
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index 379fa0c..5b06839 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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