diff --git a/profile b/profile index c371994..37d155c 100644 --- a/profile +++ b/profile @@ -59,3 +59,15 @@ alias sshposeidon="ssh ntietz@poseidon.cs.kent.edu" alias sshntietz="ssh nicholas@ntietz.com" alias sshacm="ssh ntietz@acm.cs.kent.edu" + +## +# Your previous /Users/nicholas/.profile file was backed up as /Users/nicholas/.profile.macports-saved_2012-06-19_at_15:40:04 +## + +# MacPorts Installer addition on 2012-06-19_at_15:40:04: adding an appropriate PATH variable for use with MacPorts. +export PATH=/opt/local/bin:/opt/local/sbin:$PATH +# Finished adapting your PATH environment variable for use with MacPorts. +export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home/ + +export PATH=~/.rbenv/bin:~/.rbenv/shims:$PATH + diff --git a/screenrc b/screenrc index 5aff861..7f98a35 100644 --- a/screenrc +++ b/screenrc @@ -24,7 +24,7 @@ startup_message off #nethack on #defflow on # will force screen to process ^S/^Q -deflogin on +#deflogin on #autodetach off # turn visual bell on @@ -45,8 +45,8 @@ bind ^\ # Make them better bind \\ quit bind K kill -bind I login on -bind O login off +#bind I login on +#bind O login off bind } history # An example of a "screen scraper" which will launch urlview on the current @@ -94,6 +94,8 @@ termcapinfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l' # Enable non-blocking mode to better cope with flaky ssh connections. defnonblock 5 +altscreen on + # ------------------------------------------------------------------------------ # STARTUP SCREENS # ------------------------------------------------------------------------------