Teil ich kann nicht zählen

This commit is contained in:
madmaurice 2015-10-08 10:49:51 +02:00
parent b3be542fe4
commit 22836b3498
4 changed files with 1 additions and 10 deletions

1
zsh/.zshrc Executable file
View file

@ -0,0 +1 @@
for config (~/.zsh/*.zsh) source $config

View file

@ -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