Mercurial > dotfiles.old
changeset 142:7a4e97f44baa
Show backgrounded jobs
author | zegervdv <zegervdv@me.com> |
---|---|
date | Mon, 13 Oct 2014 10:46:00 +0200 |
parents | db9f18f9620b |
children | b910934103ac |
files | oh-my-zsh/custom/themes/custom.zsh-theme tmux.conf zshrc |
diffstat | 3 files changed, 13 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/oh-my-zsh/custom/themes/custom.zsh-theme Thu Oct 09 08:49:21 2014 +0200 +++ b/oh-my-zsh/custom/themes/custom.zsh-theme Mon Oct 13 10:46:00 2014 +0200 @@ -17,7 +17,7 @@ [[ "$SSH_CONNECTION" != '' ]] && my_prompt_name='%n@%m' PROMPT='%{$fg[cyan]%}$my_prompt_name%{$reset_color%} in %{$fg[yellow]%}%~%b%{$reset_color%} -%{$reset_color%}%(?.%{$fg[white]%}.%{$fg[red]%})→ %{$reset_color%}' +%{$reset_color%}%(1j.%j .)%(?.%{$fg[white]%}.%{$fg[red]%})→ %{$reset_color%}' RPROMPT='$my_gray$(git_prompt_info) $(git_prompt_status)%{$reset_color%}%'
--- a/tmux.conf Thu Oct 09 08:49:21 2014 +0200 +++ b/tmux.conf Mon Oct 13 10:46:00 2014 +0200 @@ -48,6 +48,17 @@ # switch to last pane bind-key C-a last-pane +# Map window numbers +# bind-key & select-window -t 1 +# bind-key é select-window -t 2 +# bind-key " select-window -t 3 +# bind-key ' select-window -t 4 +# bind-key ( select-window -t 5 +# bind-key § select-window -t 6 +# bind-key è select-window -t 7 +# bind-key ! select-window -t 8 +# bind-key ç select-window -t 9 + # Local config if-shell "[ -f ~/.tmux.conf.local ]" 'source ~/.tmux.conf.local' # bind -t vi-copy 'v' begin-selection
--- a/zshrc Thu Oct 09 08:49:21 2014 +0200 +++ b/zshrc Mon Oct 13 10:46:00 2014 +0200 @@ -101,7 +101,7 @@ zstyle ':completion:*' specal-dirs .. -zstyle ':completion::*:(m|)vim:*' ignored-patterns '*.(o|hex|elf|pyc)' +zstyle ':completion::*:(m|)vim:*' ignored-patterns '*.(o|hex|elf|pyc|pdf|out|aux|toc|out|fls|bbl|synctex.gz|dvi|blg|fdb_latexmk)' # Customize to your needs... export PATH=$PATH:/usr/local/opt/ruby/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/texbin:/usr/local/sbin export PATH="/usr/local/bin:$PATH"