From 682c08095dcbdee3bc1675ecc6d755c2f1c54f3b Mon Sep 17 00:00:00 2001 From: Vincent Composieux Date: Thu, 13 Sep 2018 13:41:10 +0200 Subject: [PATCH] Added fzf --- .oh-my-zsh/themes/eko.zsh-theme | 2 +- .zshrc | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.oh-my-zsh/themes/eko.zsh-theme b/.oh-my-zsh/themes/eko.zsh-theme index 2ebd5eb..248a285 100644 --- a/.oh-my-zsh/themes/eko.zsh-theme +++ b/.oh-my-zsh/themes/eko.zsh-theme @@ -4,7 +4,7 @@ MODE_INDICATOR="%{$fg_bold[yellow]%}❮%{$reset_color%}%{$fg[yellow]%}❮❮%{$reset_color%}" local return_status="%{$fg[yellow]%}%(?..⏎)%{$reset_color%}" -PROMPT='%{$fg[cyan]%}%c$(git_prompt_info) %(!.%{$fg_bold[yellow]%}#.%{$fg_bold[white]%}☁︎)%{$reset_color%} ' +PROMPT='%{$fg[cyan]%}%c$(git_prompt_info) %(!.%{$fg_bold[yellow]%}#.%{$fg_bold[white]%}•)%{$reset_color%} ' ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[blue]%}git%{$reset_color%}:%{$fg[yellow]%}" ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" diff --git a/.zshrc b/.zshrc index 84e67d6..cd056a1 100644 --- a/.zshrc +++ b/.zshrc @@ -89,7 +89,9 @@ source $ZSH/oh-my-zsh.sh [[ -f /usr/local/lib/node_modules/serverless/node_modules/tabtab/.completions/sls.zsh ]] && . /usr/local/lib/node_modules/serverless/node_modules/tabtab/.completions/sls.zsh # Load extra dotflies -for file in ~/.{exports,aliases,sources}; do +for file in ~/.{exports,aliases,functions,sources}; do [ -r "$file" ] && [ -f "$file" ] && source "$file"; done; unset file; + +[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh