diff options
Diffstat (limited to 'linux/bin/neo')
-rwxr-xr-x | linux/bin/neo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/bin/neo b/linux/bin/neo index 2753971..6104790 100755 --- a/linux/bin/neo +++ b/linux/bin/neo @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh if [ -f "${NEO_CONFIG}" ]; then . "${NEO_CONFIG}" || die "Failed to source ${NEO_CONFIG}" @@ -10,7 +10,7 @@ else echo "No configuration file found. Using default values, this might fail!" fi -NEO_REFERENCE=${NEO_REFERENCE:-/usr/share/neo-layout/neo20-reference.txt} +NEO_REFERENCE=${NEO_REFERENCE:-$HOME/neo/neo20.txt} if [ 0 = $# ]; then grep -m 1 -B 15 "┴──────┘" "${NEO_REFERENCE}" |