diff options
| -rw-r--r-- | .bash_login | 2 | ||||
| -rw-r--r-- | .bash_logout | 2 | ||||
| -rw-r--r-- | .bashrc | 2 | ||||
| -rw-r--r-- | .config/bash/vi.inputrc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/.bash_login b/.bash_login index 3309ee9..204a096 100644 --- a/.bash_login +++ b/.bash_login @@ -4,4 +4,4 @@ [[ -r ~/.bashrc ]] && source "$HOME/.bashrc" -# vim: filetype=bash +# vim: ft=bash diff --git a/.bash_logout b/.bash_logout index 72d3ada..6089015 100644 --- a/.bash_logout +++ b/.bash_logout @@ -3,4 +3,4 @@ # Executed by login shells when exiting # Executed by non-interactive login shells when calling the `exit` builtin -# vim: filetype=bash +# vim: ft=bash @@ -4,4 +4,4 @@ [ -f "$HOME/.config/bash/bashrc" ] && source "$HOME/.config/bash/bashrc" -# vim: set filetype=bash +# vim: ft=bash diff --git a/.config/bash/vi.inputrc b/.config/bash/vi.inputrc index 4ec6049..aa5adf2 100644 --- a/.config/bash/vi.inputrc +++ b/.config/bash/vi.inputrc @@ -5,4 +5,4 @@ "\C-k": history-search-backward # Ctrl+k search history backward (non-incremental) "\C-j": history-search-forward # Ctrl+j search history forward (non-incremental) -# vim: filetype=readline +# vim: ft=readline |
