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[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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue