Add vim modeline

This commit is contained in:
Rezart Qelibari
2022-01-23 19:12:20 +01:00
parent 505f808d42
commit 60c1356158
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env zsh
# vi: set expandtab ft=zsh tw=80 ts=2
function cloneMacOSSystemRepo() {
local repoUrl="${MACOS_SYSTEM_REPO_URL:-https://github.com/astzweig/macos-system.git}"