config file vim filetype hint

This commit is contained in:
thek4n 2024-04-03 15:48:30 +03:00
parent 8920594210
commit 54b7196f01
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# vim: ft=bash
_d() { true ; }
_f() { true ; }

View File

@ -1,3 +1,5 @@
# vim: ft=bash
_sod() {
if [ -d "$1" ] && [ -n "$(ls "$1")" ]; then
for FILENAME in $(ls "$1" | sort -n)

View File

@ -1,3 +1,5 @@
# vim: ft=zsh
alias -g L='| $PAGER'
alias -g HL='| highlight -O ansi -S '
alias -g JSON='| json HL json'