From e2b0d94c5ae891262ee8a8424cd79bd6ce8ce478 Mon Sep 17 00:00:00 2001 From: pascal Date: Mon, 6 Oct 2008 20:33:51 +0000 Subject: HOME/neo als Standardverzeichnis für leichte Konfiguration als Anfänger oder am fremden Rechner MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@937 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- linux/bin/neo | 4 ++-- linux/bin/num | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'linux') 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}" diff --git a/linux/bin/num b/linux/bin/num index 16ed8e9..98a0244 100755 --- a/linux/bin/num +++ b/linux/bin/num @@ -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}" -- cgit v1.2.3