Move bell-style to shrc from inputrc

This commit is contained in:
Anthony Rose 2020-12-27 17:00:22 +00:00
parent 59d7bea98b
commit 65b76aa6e5
3 changed files with 1 additions and 5 deletions

View file

@ -1 +0,0 @@
set bell-style none

View file

@ -104,6 +104,7 @@ if [ "$BASH" ]; then
bind '"\e[1;5D": backward-word' bind '"\e[1;5D": backward-word'
bind '"\e[A": history-search-backward' bind '"\e[A": history-search-backward'
bind '"\e[B": history-search-forward' bind '"\e[B": history-search-forward'
bind 'set bell-style none'
bind 'set completion-ignore-case on' bind 'set completion-ignore-case on'
if test $(id -u) -eq 0; then if test $(id -u) -eq 0; then

View file

@ -7,10 +7,6 @@
file: file:
path: "{{ ansible_env.HOME }}/.hushlogin" path: "{{ ansible_env.HOME }}/.hushlogin"
state: absent state: absent
- name: Copy .inputrc
copy:
src: inputrc
dest: "{{ ansible_env.HOME }}/.inputrc"
- name: Copy .tmux.conf - name: Copy .tmux.conf
copy: copy:
src: tmux.conf src: tmux.conf