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

expand ~ for inplacemkdir
authormartin f. krafft <madduck@madduck.net>
Mon, 17 Sep 2012 13:34:37 +0000 (15:34 +0200)
committermartin f. krafft <madduck@madduck.net>
Mon, 17 Sep 2012 13:34:37 +0000 (15:34 +0200)
.zsh/zshrc/80_inplacemkdir

index e8a02ebf17760522690f4db77d62c0cbad023429..91acd91ecc70da5e0e67950b939819d04c6add2a 100644 (file)
@@ -18,6 +18,7 @@ _inplaceMkDirs() {
         PATHTOMKDIR="${(Q)bufwords[iword]}"
     fi
     [[ -z "${PATHTOMKDIR}" ]] && return 1
+    PATHTOMKDIR=${~PATHTOMKDIR}
     if [[ -e "${PATHTOMKDIR}" ]]; then
         zle -M " path already exists, doing nothing"
     else