User Tools

Site Tools


bashrc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
bashrc [2009/05/16 15:00] andibashrc [2009/11/28 16:53] 92.195.113.39
Line 65: Line 65:
   fi   fi
  
-  # ssh keymanager - see http://wiki.splitbrain.org/ssh+  # ssh keymanager - see http://notes.splitbrain.org/ssh
   if [ -e /usr/bin/keychain ]; then   if [ -e /usr/bin/keychain ]; then
     keychain -q ~/.ssh/id_dsa     keychain -q ~/.ssh/id_dsa
Line 88: Line 88:
     unset td     unset td
   }   }
 +
 +  # set a sane editor
 +  if [ -e /usr/bin/vim ]; then
 +    export EDITOR=/usr/bin/vim
 +    alias vi=/usr/bin/vim
 +  fi
  
   # print a fortune cookie   # print a fortune cookie
bashrc.txt · Last modified: 2010/04/28 18:45 by 92.195.193.18