config file vim filetype hint
This commit is contained in:
parent
8920594210
commit
54b7196f01
@ -1,3 +1,5 @@
|
||||
# vim: ft=bash
|
||||
|
||||
_d() { true ; }
|
||||
_f() { true ; }
|
||||
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
# vim: ft=bash
|
||||
|
||||
_sod() {
|
||||
if [ -d "$1" ] && [ -n "$(ls "$1")" ]; then
|
||||
for FILENAME in $(ls "$1" | sort -n)
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
# vim: ft=zsh
|
||||
|
||||
alias -g L='| $PAGER'
|
||||
alias -g HL='| highlight -O ansi -S '
|
||||
alias -g JSON='| json HL json'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user