]> 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:

fix filenames in headers
authormartin f. krafft <madduck@madduck.net>
Wed, 7 May 2008 10:35:45 +0000 (11:35 +0100)
committermartin f. krafft <madduck@madduck.net>
Wed, 7 May 2008 10:35:45 +0000 (11:35 +0100)
14 files changed:
.zsh/zshrc/00_path
.zsh/zshrc/19_dircolors
.zsh/zshrc/20_compsys
.zsh/zshrc/40_tempfuncs
.zsh/zshrc/60_vcsprompt
.zsh/zshrc/80_bindkeys
.zsh/zshrc/80_history
.zsh/zshrc/80_prompt
.zsh/zshrc/80_termfonts
.zsh/zshrc/80_xtermtitle
.zsh/zshrc/95_fortune.disabled
.zsh/zshrc/95_watch
.zsh/zshrc/99_TODO
.zsh/zshrc/99_hookfunctions

index e7a18b113790e7abd580cdc988294a719c04673e..bac01d48efab416c56b7cd4b4bdf8105ce608d54 100644 (file)
@@ -1,4 +1,4 @@
-# zprofile/90_path
+# zprofile/00_path
 #
 # Adds custom directories to the $PATH
 #
index d08487512847d77f9fda2f58e400b9288dec37c1..9abcf06a69cb55280caeb4f6002d0b338186311c 100644 (file)
@@ -1,4 +1,4 @@
-# zshrc/90_dircolors
+# zshrc/19_dircolors
 #
 # Load dircolors database
 #
index 7abec12d647cc959efb550660c20864b10d9e3d7..3003f88b7df2dc7f78f800d0fa76a7535d6667b3 100644 (file)
@@ -1,4 +1,4 @@
-# zshrc/20_compctl
+# zshrc/20_compsys
 #
 # Configures the completions system
 #
index 1c1d551e61e67cfe4cb8c482ffaef928dbbb20fe..dd4eb07add7bf0af75a607f61901360bedd0e2a8 100644 (file)
@@ -1,4 +1,4 @@
-# zshrc/25_tempfiles
+# zshrc/40_tempfuncs
 #
 # Helper functions to create temporary files and directories
 #
index a99ca184abf9d869868f29528d71edd349c5edb6..4cbfb6af99e9cf1cba5397e1c68531b4b25ab873 100644 (file)
@@ -1,4 +1,4 @@
-# zshrc/85_git_prompt
+# zshrc/60_vcsprompt
 #
 # Make git information available to the prompt
 #
index 4c5ed7a3f146ce8984f984797eb8e0e0d0ae4609..c1071470d31150381e52036168fd0ac3beab9bde 100644 (file)
@@ -1,4 +1,4 @@
-# zshrc/90_bindkeys
+# zshrc/80_bindkeys
 #
 # Defines key bindings
 #
index 48a161a3e642115dd5093cf6d3fc33718e125ca5..e515b51eac10f0c8fbe703aedd064afb2765d831 100644 (file)
@@ -1,4 +1,4 @@
-# zshrc/90_history
+# zshrc/80_history
 #
 # Set up command line history functions
 #
index cdde4daa6797c1f51aaddf5c3ffcfdabd47ec3fb..8c8651404cdfbe80e8729721179fb290c09fd93d 100644 (file)
@@ -1,4 +1,4 @@
-# zshrc/90_prompt
+# zshrc/80_prompt
 #
 # Formats the shell prompt
 #
index 8fe04f6c452fd4ba001297f72d3684cb8d368f72..8f2e415cc4ed719131f87e8a00837a35366803a4 100644 (file)
@@ -1,4 +1,4 @@
-# zshrc/70_termfonts
+# zshrc/80_termfonts
 #
 # provide helper methods to increase/decrease fonts from the command line
 #
index e700aa1cf256e761407bbec065c749c5f3ffdf03..6496952b36d13bab6acd21d9ca5eb2ca00ddb382 100644 (file)
@@ -1,4 +1,4 @@
-# zterm-title
+# zshrc/80_xtermtitle
 #
 # Fancy setting of the xterm title
 #
index 11d843b16622423b82cd8625969f25f527747741..a243c28eb2426235a87bd92093178bcb8863844e 100644 (file)
@@ -1,4 +1,4 @@
-# zshrc/99_fortune
+# zshrc/95_fortune
 #
 # Prints a fortune cookie to each interactive shell
 #
index 29e2d974aff822821528203143987a0518e0158e..a5c462a98f8a6e1c0e5d6d05381cb7bd5442d901 100644 (file)
@@ -1,4 +1,4 @@
-# zshrc/98_watch
+# zshrc/95_watch
 #
 # watch activity of other users
 #
index dc1294b8485777aae792561e038bd3b1b4ddf915..d84e91ec82518dd4b49d3a66df136e5fe2a21a9b 100644 (file)
@@ -1,4 +1,4 @@
-# zshrc/00_TODO
+# zshrc/99_TODO
 #
 # All kinds of stuff not yet split to other files
 # TEMPORARY
index 34abb0e72284cc86e1aac23dd7f9f7ee25c846cc..653a28c3f626b266ea0410251d7c4ee28a450813 100644 (file)
@@ -1,4 +1,4 @@
-# zshrc/99_hook_functions
+# zshrc/99_hookfunctions
 #
 # define hook functions in case the *_functions arrays are not honoured
 #