diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-02 20:49:34 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-02 20:52:11 +0200 |
| commit | 8aac39ab70e19ac0e4e64474e03489a68009d508 (patch) | |
| tree | 718feb29ff45203325a49919b7c9f2b9fd91e72e | |
| parent | 8f1e5d6ca20958be0f570381f91aa218abf764b2 (diff) | |
| download | dotfiles-8aac39ab70e19ac0e4e64474e03489a68009d508.tar.gz dotfiles-8aac39ab70e19ac0e4e64474e03489a68009d508.zip | |
misc: unify modelines
| -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 |
