diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-02-25 22:20:09 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-02-25 22:20:09 +0100 |
| commit | 5804d372ba101ab7f05d09f33f21f2f621579e90 (patch) | |
| tree | e46dc80d0ad1df93fa6e9c98be68871756c9e7fe /test | |
| parent | d59a26f882017a62b4119a7649ca3d4b43f65725 (diff) | |
| download | dotfiles-5804d372ba101ab7f05d09f33f21f2f621579e90.tar.gz dotfiles-5804d372ba101ab7f05d09f33f21f2f621579e90.tar.bz2 dotfiles-5804d372ba101ab7f05d09f33f21f2f621579e90.zip | |
Fixing xmonad XDG dirs, Added inputrc for vi mode everywhere
Diffstat (limited to 'test')
| -rwxr-xr-x | test | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ shellcheck local/bin/* || ret=$? shellcheck -s sh config/zsh/.zshrc || ret=$? shellcheck -s sh config/zsh/aliases.zsh || ret=$? shellcheck -s sh -e SC2155 config/zsh/zprofile || ret=$? -shellcheck -s sh config/x11/.xinitrc || ret=$? +shellcheck -s sh config/x11/xinitrc || ret=$? echo '-------------------- VINT' vint -s config/vim/vimrc config/vim/pluggins.vim || ret=$? |
