Skip to content

Commit

Permalink
VI mode for command line and ssh color fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shuw committed Jul 22, 2014
1 parent ac140fb commit 88d5b25
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .bashrc
Expand Up @@ -39,3 +39,9 @@ alias dev='ssh dev'
alias httpserver='python -m SimpleHTTPServer &'
alias tm='tmux'
alias v='vim'

# Avoid 'screen-256color': unknown terminal type.
alias ssh='TERM=xterm ssh'

# VI mode for command line
set -o vi

0 comments on commit 88d5b25

Please sign in to comment.