Guest User

Untitled

a guest
Sep 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. $ op
  2.  
  3. if [ -f $(brew --prefix)/etc/bash_completion ]; then
  4. . $(brew --prefix)/etc/bash_completion
  5. fi
  6.  
  7. cat >> ~/.inputrc <<'EOF'
  8. "e[A": history-search-backward
  9. "e[B": history-search-forward
  10. EOF
  11.  
  12. bind -f ~/.inputrc
Add Comment
Please, Sign In to add comment