diff options
Diffstat (limited to 'Shell')
| -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  | 
