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

move prompt theme to separate dir
authormartin f. krafft <madduck@madduck.net>
Wed, 17 May 2017 13:38:23 +0000 (15:38 +0200)
committermartin f. krafft <madduck@madduck.net>
Wed, 17 May 2017 13:38:23 +0000 (15:38 +0200)
.zsh/themes/prompt_madduck_setup [moved from .zsh/func/prompt_madduck_setup with 100% similarity]
.zsh/zshrc/99-prompt_setup

index bc6181c23a7b2719711d0b15f4f07f1cd3e06868..2dcf49f45bdfa70ec116a3fd00ab31aad5095fe7 100644 (file)
@@ -8,7 +8,10 @@
 #
 
 autoload -Uz promptinit
+declare -la fpath_saved=($fpath)
+fpath+=$ZDOTDIR/themes
 promptinit
 prompt madduck
+fpath=($fpath_saved)
 
 # vim:ft=zsh