Skip to content

Commit

Permalink
Merge pull request #9 from route1337/shellFix
Browse files Browse the repository at this point in the history
Shell fix
  • Loading branch information
ahrenstein authored Jul 27, 2020
2 parents 348c448 + 922f9d2 commit 073032e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ Ansible Role - ubuntu-base: Changelog
=====================================
A list of all the changes made to this repo and the role it contains

Version 1.1.6
-------------

1. Adding a bindkey setting to make zsh behave a bit better when SSHing in from a Mac

Version 1.1.5
-------------

Expand Down
1 change: 1 addition & 0 deletions files/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export SAVEHIST=5000
export HISTFILE=~/.zsh_history

# Custom key bindings
bindkey -e
bindkey '^R' history-incremental-search-backward

# Set vim as the default editor
Expand Down

0 comments on commit 073032e

Please sign in to comment.