Move bell-style to shrc from inputrc
This commit is contained in:
parent
59d7bea98b
commit
65b76aa6e5
3 changed files with 1 additions and 5 deletions
|
@ -1 +0,0 @@
|
|||
set bell-style none
|
|
@ -104,6 +104,7 @@ if [ "$BASH" ]; then
|
|||
bind '"\e[1;5D": backward-word'
|
||||
bind '"\e[A": history-search-backward'
|
||||
bind '"\e[B": history-search-forward'
|
||||
bind 'set bell-style none'
|
||||
bind 'set completion-ignore-case on'
|
||||
|
||||
if test $(id -u) -eq 0; then
|
||||
|
|
|
@ -7,10 +7,6 @@
|
|||
file:
|
||||
path: "{{ ansible_env.HOME }}/.hushlogin"
|
||||
state: absent
|
||||
- name: Copy .inputrc
|
||||
copy:
|
||||
src: inputrc
|
||||
dest: "{{ ansible_env.HOME }}/.inputrc"
|
||||
- name: Copy .tmux.conf
|
||||
copy:
|
||||
src: tmux.conf
|
||||
|
|
Loading…
Reference in a new issue