Updated config
This commit is contained in:
parent
7dbf8f9a15
commit
3a820617c4
2 changed files with 17 additions and 3 deletions
12
profile
12
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
|
||||
|
||||
|
|
8
screenrc
8
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
|
||||
# ------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue