zsh:autoload:*: Add shebang & remove vim-modeline

By adding a shebang to the scripts they can be executed directly without
an interactive shell. The shebang also makes vims modeline that only set
the filetype obsolete.
This commit is contained in:
2021-07-10 00:59:25 +02:00
parent f2c84fe82c
commit 4fedae1a4c
5 changed files with 5 additions and 10 deletions

View File

@@ -1,3 +1,4 @@
#!/usr/bin/zsh
## Author: druckdev
## Created: 2019-10-21
##
@@ -83,5 +84,3 @@ for dir in ${(@f)dirs}; do
command $LS_COMMAND "$@" $all_flag -- "$dir"
separator="\n"
done
# vim: ft=zsh