]> git.madduck.net Git - etc/zsh.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

add ft=zsh to zshrc files
authormartin f. krafft <madduck@madduck.net>
Mon, 5 May 2008 14:31:22 +0000 (15:31 +0100)
committermartin f. krafft <madduck@madduck.net>
Mon, 5 May 2008 14:31:22 +0000 (15:31 +0100)
.zsh/zshrc/70_termfonts
.zsh/zshrc/89_dircolors
.zsh/zshrc/98_watch

index 916b5a5dc0dad37ad1f01c3a9fe3cf55bd04fba7..8fe04f6c452fd4ba001297f72d3684cb8d368f72 100644 (file)
@@ -36,3 +36,5 @@ f++() { _set_xterm_font $((_XTERM_FONT + 1)) }
 f--() { _set_xterm_font $((_XTERM_FONT - 1)) }
 f0() { _set_xterm_font 1 }
 fx() { _set_xterm_font $#_XTERM_FONTS }
+
+# vim:ft=zsh
index 643fbf9cccddf76c5b39f43070fece06692bcc6d..8f561f83673a852d28c11389ad0178d3692e72f3 100644 (file)
@@ -30,3 +30,5 @@ else
   # fallback
   LS_COLORS="di=01;30:ln=target:ex=00;34:no=00:fi=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:tw=30;42:ow=34;42:st=37;44:*.tar=00;31:*.tgz=00;31:*.svgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.lzma=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.dz=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tbz2=00;31:*.tz=00;31:*.deb=00;31:*.rpm=00;31:*.jar=00;31:*.rar=00;31:*.ace=00;31:*.zoo=00;31:*.cpio=00;31:*.7z=00;31:*.rz=00;31:*.jpg=00:*.jpeg=00:*.gif=00:*.bmp=00:*.pbm=00:*.pgm=00:*.ppm=00:*.tga=00:*.xbm=00:*.xpm=00:*.tif=00:*.tiff=00:*.png=00:*.svg=00:*.mng=00:*.pcx=00:*.mov=00:*.mpg=00:*.mpeg=00:*.m2v=00:*.mkv=00:*.ogm=00:*.mp4=00:*.m4v=00:*.mp4v=00:*.vob=00:*.qt=00:*.nuv=00:*.wmv=00:*.asf=00:*.rm=00:*.rmvb=00:*.flc=00:*.avi=00:*.fli=00:*.gl=00:*.dl=00:*.xcf=00:*.xwd=00:*.yuv=00:*.aac=00:*.au=00:*.flac=00:*.mid=00:*.midi=00:*.mka=00:*.mp3=00:*.mpc=00:*.ogg=00:*.ra=00:*.wav=00"
 fi
+
+# vim:ft=zsh
index ba61e669117b352331f61199f64cef462ae1b696..29e2d974aff822821528203143987a0518e0158e 100644 (file)
@@ -10,3 +10,5 @@
 
 watch=(notme)
 LOGCHECK=120
+
+# vim:ft=zsh