summaryrefslogtreecommitdiffstats
path: root/.zsh
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-06-05 21:15:58 +0200
committerFlorian Pritz <f-p@gmx.at>2009-06-05 21:15:58 +0200
commite5590f8b24643365accbd0adc3b4e69a5759ab4d (patch)
treef40156055bed3c00cada8f10345325fe36fd02a0 /.zsh
parent454710b975e1be2bcb71ef326342dcec9df577ff (diff)
downloaddotfiles-e5590f8b24643365accbd0adc3b4e69a5759ab4d.tar.gz
dotfiles-e5590f8b24643365accbd0adc3b4e69a5759ab4d.tar.xz
fix vim modline
Diffstat (limited to '.zsh')
-rw-r--r--.zsh/rc/10colors2
-rw-r--r--.zsh/rc/10keybindings2
-rw-r--r--.zsh/rc/10variables2
-rw-r--r--.zsh/rc/15prompt2
-rw-r--r--.zsh/rc/30functions2
-rw-r--r--.zsh/rc/50options2
-rw-r--r--.zsh/rc/60aliases2
-rw-r--r--.zsh/rc/70completion/10misc2
-rw-r--r--.zsh/rc/70completion/10own_functions2
-rw-r--r--.zsh/rc/99greetings2
10 files changed, 10 insertions, 10 deletions
diff --git a/.zsh/rc/10colors b/.zsh/rc/10colors
index 92816ab..667f319 100644
--- a/.zsh/rc/10colors
+++ b/.zsh/rc/10colors
@@ -41,4 +41,4 @@ fi
# some better colors for ls
eval "`dircolors -b`"
-# vim:set ft=zsh
+# vim: set ft=zsh:
diff --git a/.zsh/rc/10keybindings b/.zsh/rc/10keybindings
index 3d0797a..0761957 100644
--- a/.zsh/rc/10keybindings
+++ b/.zsh/rc/10keybindings
@@ -12,4 +12,4 @@ bindkey "^[[8~" end-of-line # End
# bindkey '<crtl+alt+key>' <action> (do this in a shell)
# for some actions run `bindkey`
-# vim:set ft=zsh
+# vim: set ft=zsh:
diff --git a/.zsh/rc/10variables b/.zsh/rc/10variables
index 4ad1602..ebdaae7 100644
--- a/.zsh/rc/10variables
+++ b/.zsh/rc/10variables
@@ -11,4 +11,4 @@ export LESSOPEN='|/usr/bin/lesspipe.sh %s 2>&-'
export LESS='-F -i -n -w -g -M -R -P%t?f%f \
:stdin .?pb%pb\%:?lbLine %lb:?bbByte %bb:-...'
-# vim:set ft=zsh
+# vim: set ft=zsh:
diff --git a/.zsh/rc/15prompt b/.zsh/rc/15prompt
index e820d9a..f462616 100644
--- a/.zsh/rc/15prompt
+++ b/.zsh/rc/15prompt
@@ -42,4 +42,4 @@ PROMPT="${fg_light_red}$USERNAME${fg_no_colour}@${fg_light_green}%m${fg_no_colou
## Spelling prompt
SPROMPT='zsh: correct '%R' to '%r' ? ([Y]es/[N]o/[E]dit/[A]bort) '
-# vim:set ft=zsh
+# vim: set ft=zsh:
diff --git a/.zsh/rc/30functions b/.zsh/rc/30functions
index 01b2798..c29169b 100644
--- a/.zsh/rc/30functions
+++ b/.zsh/rc/30functions
@@ -206,4 +206,4 @@ youtube2mp3() {
}
-# vim:set ft=zsh
+# vim: set ft=zsh:
diff --git a/.zsh/rc/50options b/.zsh/rc/50options
index e8c16f2..e201f9c 100644
--- a/.zsh/rc/50options
+++ b/.zsh/rc/50options
@@ -49,4 +49,4 @@ setopt HIST_FCNTL_LOCK
# disable XON/XOFF flow control (^s/^q)
stty -ixon
-# vim:set ft=zsh
+# vim: set ft=zsh:
diff --git a/.zsh/rc/60aliases b/.zsh/rc/60aliases
index 9705087..e401fb2 100644
--- a/.zsh/rc/60aliases
+++ b/.zsh/rc/60aliases
@@ -96,4 +96,4 @@ alias -s txt=mousepad
alias -s jpg=gpicview
alias -s png=gpicview
-# vim:set ft=zsh
+# vim: set ft=zsh:
diff --git a/.zsh/rc/70completion/10misc b/.zsh/rc/70completion/10misc
index c3e0d7a..b5528c4 100644
--- a/.zsh/rc/70completion/10misc
+++ b/.zsh/rc/70completion/10misc
@@ -51,4 +51,4 @@ zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' 'r:|[._-]=* r:|=*' 'l:
zstyle ':completion:*:descriptions' format $'%{\e[0;31m%}completing %B%d%b%{\e[0m%}'
zstyle ':completion:*:warnings' format $'%{\e[0;31m%}No matches for:%{\e[0m%} %d'
-# vim:set ft=zsh:
+# vim: set ft=zsh:
diff --git a/.zsh/rc/70completion/10own_functions b/.zsh/rc/70completion/10own_functions
index 299241c..fc6e446 100644
--- a/.zsh/rc/70completion/10own_functions
+++ b/.zsh/rc/70completion/10own_functions
@@ -13,4 +13,4 @@ function _ssh-mount () {
}
compdef _ssh-mount ssh-mount.sh
-# vim:set ft=zsh
+# vim: set ft=zsh:
diff --git a/.zsh/rc/99greetings b/.zsh/rc/99greetings
index 842e7e5..47cf822 100644
--- a/.zsh/rc/99greetings
+++ b/.zsh/rc/99greetings
@@ -12,4 +12,4 @@ if [ -x /usr/bin/fortune ]; then
fi
echo
-# vim:set ft=zsh
+# vim: set ft=zsh: