Change vim modeline
This commit is contained in:
committed by
T. R. Bernstein
parent
e55f199829
commit
4096da8d4d
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env zsh
|
||||
# vi: set expandtab ft=zsh tw=80 ts=2
|
||||
# vi: set ft=zsh tw=80 ts=2
|
||||
|
||||
function versionGT() {
|
||||
[[ "${1%.*}" -gt "${2%.*}" ]] || [[ "${1%.*}" -eq "${2%.*}" && "${1#*.}" -gt "${2#*.}" ]]
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env zsh
|
||||
# vi: set expandtab ft=zsh tw=80 ts=2
|
||||
# vi: set ft=zsh tw=80 ts=2
|
||||
|
||||
runModule() {
|
||||
"$@"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env zsh
|
||||
# vi: ft=zsh
|
||||
# vi: set ft=zsh tw=80 ts=2
|
||||
|
||||
function getQuestionsPrerequisites() {
|
||||
cmds=(
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env zsh
|
||||
# vi: ft=zsh
|
||||
# vi: set ft=zsh tw=80 ts=2
|
||||
|
||||
function getComputerName() {
|
||||
local moduleAnswer
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env zsh
|
||||
# vi: ft=zsh
|
||||
# vi: set ft=zsh tw=80 ts=2
|
||||
|
||||
export HOMEBREW_NO_ANALYTICS_THIS_RUN=1
|
||||
export HOMEBREW_NO_ANALYTICS_MESSAGE_OUTPUT=1
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env zsh
|
||||
# vi: ft=zsh
|
||||
# vi: set ft=zsh tw=80 ts=2
|
||||
|
||||
function brewInstall() {
|
||||
local identifier="$1"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env zsh
|
||||
# vi: ft=zsh
|
||||
# vi: set ft=zsh tw=80 ts=2
|
||||
|
||||
function ensureRightAccess() {
|
||||
local filesystemItem="$1"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env zsh
|
||||
# vi: ft=zsh
|
||||
# vi: set ft=zsh tw=80 ts=2
|
||||
|
||||
function installMASApp() {
|
||||
local currentUser="`who am i | cut -d' ' -f1`"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env zsh
|
||||
# vi: ft=zsh
|
||||
# vi: set ft=zsh tw=80 ts=2
|
||||
|
||||
function ensureRightAccess() {
|
||||
local filesystemItem="$1"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env zsh
|
||||
# vi: ft=zsh
|
||||
# vi: set ft=zsh tw=80 ts=2
|
||||
|
||||
function addLibToStartupFile() {
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env zsh
|
||||
# vi: ft=zsh
|
||||
# vi: set ft=zsh tw=80 ts=2
|
||||
|
||||
function installGoogleFonts() {
|
||||
local fontsDir=/Library/Fonts/Google-Fonts
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env zsh
|
||||
# vi: set ft=zsh tw=80 ts=2
|
||||
|
||||
function autoloadZShLib() {
|
||||
test -d "${ASTZWEIG_ZSHLIB}" || { echo "This module needs astzweig/zshlib to work." >&2; return 99 }
|
||||
|
||||
Reference in New Issue
Block a user