Skip to content

Commit

Permalink
check config
Browse files Browse the repository at this point in the history
  • Loading branch information
carnager committed Aug 15, 2016
1 parent e9b11ac commit 875963b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions clerk_fzf/clerk_update
Expand Up @@ -2,6 +2,17 @@

TMUX_TMPDIR="/tmp/clerk/tmux"

# read global config
if [[ -f "/etc/clerk_fzf.conf" ]]; then
source /etc/clerk_fzf.conf
fi

# read user config
if [[ -f "$HOME/.config/clerk/clerk_fzf.conf" ]]; then
source $HOME/.config/clerk/clerk_fzf.conf
fi


screen=$(tmux list-panes -F "#W")

if [[ $1 == "--create-caches" ]]; then
Expand Down

0 comments on commit 875963b

Please sign in to comment.