projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9cfa54
)
Adapted formfiller code style.
author
Daniel Carl
<danielcarl@gmx.de>
Thu, 19 Mar 2015 20:45:12 +0000
(21:45 +0100)
committer
Daniel Carl
<danielcarl@gmx.de>
Thu, 19 Mar 2015 20:45:12 +0000
(21:45 +0100)
examples/formfiller/formfiller
patch
|
blob
|
history
diff --git
a/examples/formfiller/formfiller
b/examples/formfiller/formfiller
index
7071455
..
05edd49
100755
(executable)
--- a/
examples/formfiller/formfiller
+++ b/
examples/formfiller/formfiller
@@
-14,9
+14,8
@@
# dmenu command use in case multiple files are found for current domain
DMENU="dmenu -l 7"
-if [[ -z "$XDG_CONFIG_HOME" ]]
-then
- XDG_CONFIG_HOME=$HOME/.config
+if [[ -z "$XDG_CONFIG_HOME" ]]; then
+ XDG_CONFIG_HOME=$HOME/.config
fi
VIMB_KEY_DIR=${VIMB_KEY_DIR:-"$XDG_CONFIG_HOME/vimb/keys"}