diff options
-rw-r--r-- | Shell/zshrc | 4 | ||||
-rw-r--r-- | Window_Manager/ratpoison/ratpoisonrc.conf | 1 |
2 files changed, 3 insertions, 2 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 diff --git a/Window_Manager/ratpoison/ratpoisonrc.conf b/Window_Manager/ratpoison/ratpoisonrc.conf index f47909c..5c2f785 100644 --- a/Window_Manager/ratpoison/ratpoisonrc.conf +++ b/Window_Manager/ratpoison/ratpoisonrc.conf @@ -373,4 +373,3 @@ bind M-2 exec ratpoison -c "frestore `ratpoison -c 'getenv fs2'`" # Give ourselves another slot on M-# and M-3, respectively. bind M-numbersign exec ratpoison -c "setenv fs3 `ratpoison -c 'fdump'`" bind M-3 exec ratpoison -c "frestore `ratpoison -c 'getenv fs3'`" - |