Skip to content

Commit

Permalink
Remove duplicate set -o vi from bash profile
Browse files Browse the repository at this point in the history
  • Loading branch information
mmrwoods committed Jan 1, 2019
1 parent 684ea1d commit 768adda
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bash/profile
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,6 @@ if ! which pbcopy &> /dev/null && which xclip &> /dev/null; then
alias pbpaste="xclip -o -selection clipboard"
fi

# vi keyboard shortcuts
set -o vi

alias v='vim'

alias h='history'
Expand Down

0 comments on commit 768adda

Please sign in to comment.