]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Add Vim modeline.
authorSimon Ruderich <simon@ruderich.org>
Sun, 22 Feb 2009 15:59:48 +0000 (09:59 -0600)
committerSimon Ruderich <simon@ruderich.org>
Sun, 22 Feb 2009 15:59:48 +0000 (09:59 -0600)
12 files changed:
bash/host/rc.zucker
bash/rc
shell/env.rammstein
zsh/env
zsh/functions/extract
zsh/host/env.peters-g5
zsh/host/env.rammstein
zsh/host/env.zucker
zsh/host/rc.rammstein
zsh/host/rc.zucker
zsh/os/rc.Darwin
zsh/rc

index cd964192922a6895e64f684594ff50b7bd3fced8..e8e5d11355dbfc710d2d452da2d4267efb580441 100644 (file)
@@ -3,3 +3,5 @@
 
 # Immediately start zsh.
 zsh
+
+# vim: ft=sh
diff --git a/bash/rc b/bash/rc
index d03d05e2f155142e9eb3958c6d8f92a09e1e6c86..3e17648afa8fcf10da45358bcb771a7ef7debe77 100644 (file)
--- a/bash/rc
+++ b/bash/rc
@@ -36,3 +36,5 @@ set -o vi
 source_config ~/.bash host rc $host
 
 source_debug "finished sourcing ~/.bash/env"
+
+# vim: ft=sh
index 488c958153fca65675c9219725aa5b702bef9bc8..1d9d096e447a439a394a98a95b08aff4a5d6ddd7 100644 (file)
@@ -13,3 +13,5 @@ export http_proxy HTTP_PROXY
 
 # Necessary for xterm to find man pages through PATH.
 unset MANPATH
+
+# vim: ft=sh
diff --git a/zsh/env b/zsh/env
index a413b57c0506a31b1124cb17c8233e4cd2e8da3b..ecfd002319ea3c815255ea3669b8692829acf1d3 100644 (file)
--- a/zsh/env
+++ b/zsh/env
@@ -29,3 +29,5 @@ source_config ~/.zsh os env $(uname) nolocal
 source_config ~/.zsh host env $host
 
 source_debug "finished sourcing ~/.zsh/env"
+
+# vim: ft=zsh
index 2fa5304e81cf43920ffdc89629e94153395fe288..5a73454096ba179a2df770fd9ab00b210b4a834a 100644 (file)
@@ -37,3 +37,5 @@ for i in {1..${#current_dirs}}; do
 done
 
 #compdef '_files -g "*.gz *.tgz *.bz2 *.tbz *.zip *.rar *.tar *.lha"' extract_archive
+
+# vim: ft=zsh
index a008af9f4af8da795e4405792d93d5bc8720709d..2f7759d2294e584dfc63148ee5c3c2869af0c6e8 100644 (file)
@@ -4,3 +4,5 @@
 # Update the default PATH to include MacPorts, X11, and /usr/local.
 typeset -U path
 path=(/opt/local/bin /opt/local/sbin /usr/local/bin $path /usr/X11R6/bin)
+
+# vim: ft=zsh
index 91759a74862b60ea07cbf38a2fafd0513c510f6e..da5956568bf52c177f43c953a1b58fd1e24fffba 100644 (file)
@@ -10,3 +10,5 @@ MYUNIX=~/Documents/unix
 # otherwise the path wouldn't be changed outside the function.
 typeset -g -U path
 path=($MYUNIX/bin /opt/local/bin /opt/local/sbin $path /usr/X11R6/bin)
+
+# vim: ft=zsh
index ae383d03c6987ee5538e47464f5e9ee58bf0aaef..fd00d22d6570bf6feab760a7eb256e8d34f4db84 100644 (file)
@@ -5,3 +5,5 @@
 # Add my bin/ directory to the default PATH.
 typeset -U path
 path=($HOME/bin $path)
+
+# vim: ft=zsh
index 90c8c582f24b6be1fc15c9d88fa0a1b28599c74e..b5378f8e6120033910bcc732c65cf47e099a9567 100644 (file)
@@ -27,3 +27,5 @@ if [[ $TERM != 'screen' && $TERM != 'dumb' ]]; then
     clear
     screen -list
 fi
+
+# vim: ft=zsh
index 61ad339b76a39ae4088000a18e560a01c161ac33..afbb955417595d92cce829ae270a13111ce44e9a 100644 (file)
@@ -10,3 +10,5 @@ logs=/var/log/apache2/ruderich
 # Aliases for easy and fast cd to important directories.
 alias cdh='cd ~htdocs'
 alias cdl='cd ~logs'
+
+# vim: ft=zsh
index 1904e7410cf7d3c3720c8e9d674ea39390583e35..992b68c6c2c6226ecf5ff5ce49236916841fcba8 100644 (file)
@@ -16,3 +16,5 @@ export CLIPBOARD
 
 # Fetch current URL in clipboard with wget.
 alias wnc='wget --no-proxy $CLIPBOARD'
+
+# vim: ft=zsh
diff --git a/zsh/rc b/zsh/rc
index 3c4234be89931d95530895a2f9d9011e56e691c8..aa64848ce2b2ecb532da8f063ab9da62b660493f 100644 (file)
--- a/zsh/rc
+++ b/zsh/rc
@@ -320,3 +320,5 @@ source_config ~/.zsh os rc $(uname) nolocal
 source_config ~/.zsh host rc ${$(hostname)//.*/}
 
 source_debug "finished sourcing ~/.zsh/rc"
+
+# vim: ft=zsh