From 22836b3498a29a21f28b954ca3db9c94de236f2b Mon Sep 17 00:00:00 2001 From: Valentin Gehrke Date: Thu, 8 Oct 2015 10:49:51 +0200 Subject: [PATCH] =?UTF-8?q?Teil=20ich=20kann=20nicht=20z=C3=A4hlen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xprofile => xbase/.xprofile | 0 zshrc => zsh/.zsh/10-base.zsh | 0 zsh/.zshrc | 1 + zshrc.local.template | 10 ---------- 4 files changed, 1 insertion(+), 10 deletions(-) rename xprofile => xbase/.xprofile (100%) rename zshrc => zsh/.zsh/10-base.zsh (100%) create mode 100755 zsh/.zshrc delete mode 100644 zshrc.local.template diff --git a/xprofile b/xbase/.xprofile similarity index 100% rename from xprofile rename to xbase/.xprofile diff --git a/zshrc b/zsh/.zsh/10-base.zsh similarity index 100% rename from zshrc rename to zsh/.zsh/10-base.zsh diff --git a/zsh/.zshrc b/zsh/.zshrc new file mode 100755 index 0000000..411684e --- /dev/null +++ b/zsh/.zshrc @@ -0,0 +1 @@ +for config (~/.zsh/*.zsh) source $config diff --git a/zshrc.local.template b/zshrc.local.template deleted file mode 100644 index 9b32b4b..0000000 --- a/zshrc.local.template +++ /dev/null @@ -1,10 +0,0 @@ -### Different prompt -#PROMPT="%{$fg[blue]%}> %{$reset_color%}" -#RPROMPT="%{$fg[blue]%}%~%{$reset_color%}" - -### Auto tmux :) -#if [ -z "$TMUX" ]; then -# if which tmux >/dev/null 2>&1; then -# tmux -q has-session && exec tmux attach-session -d || exec tmux new-session -# fi -#fi