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

do not glob on mcd
authormartin f. krafft <madduck@madduck.net>
Tue, 26 Nov 2019 02:43:55 +0000 (15:43 +1300)
committermartin f. krafft <madduck@madduck.net>
Tue, 26 Nov 2019 02:43:55 +0000 (15:43 +1300)
.zsh/aliases/mcd

index f1b6807d1a8be49f8460797088b9ffe31c571630..0e558904bb229e1563d3433f02867bd5be6c75e9 100644 (file)
@@ -1 +1 @@
-() { mkdir -vp "$1" && cd "$1"; }
+() { noglob mkdir -vp "$1" && noglob cd "$1"; }