diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2016-11-24 14:59:18 +0000 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2016-11-24 14:59:18 +0000 |
commit | 4fcc26f53bf9b7ab57fcd7ed57f1e809410852aa (patch) | |
tree | 6c9173e5328467fcf66dafe2e5edb7a281e56e1c /Shell/zshrc | |
parent | cd2452a65388e3642c7dcabb0a34a33983bbe63c (diff) | |
download | dotfiles-4fcc26f53bf9b7ab57fcd7ed57f1e809410852aa.tar.gz dotfiles-4fcc26f53bf9b7ab57fcd7ed57f1e809410852aa.tar.bz2 dotfiles-4fcc26f53bf9b7ab57fcd7ed57f1e809410852aa.zip |
add sysinfo to shell
Diffstat (limited to 'Shell/zshrc')
-rw-r--r-- | Shell/zshrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Shell/zshrc b/Shell/zshrc index 8043d83..6c66349 100644 --- a/Shell/zshrc +++ b/Shell/zshrc @@ -56,7 +56,6 @@ fi export ANDROID_HOME=/opt/android-sdk -#~/bin/sysinfo case $TERM in (*rxvt*) @@ -82,3 +81,6 @@ fi ;; esac + +## Fancy sysinfo +~/bin/sysinfo |