fehlende Referenz-Variable eingefügt

feature/programmer
pascal 14 years ago
parent 200337e5a1
commit 3fb8efeff7
  1. 5
      linux/bin/erzeuge_installation/neo.conf.erzeuge.installiere_neo
  2. 2
      linux/bin/num
  3. 5
      linux/etc/neo.conf

@ -1,5 +1,10 @@
# This file contains the configuration for the Neo scripts
# To use the scripts ›neo‹ and ›num‹ you should specify the full path to the
# Neo reference
NEO_REFERENCE="$HOME/neo/neo20.txt"
# Select the neo Variant to be used when using an X Server
# Values are "xkbmap", "xmodmap", "xprog", "alternative" or "evdev"
# default is xkbmap, this variable should always be set

@ -13,7 +13,7 @@ fi
NEO_REFERENCE=${NEO_REFERENCE:-$HOME/neo/neo20.txt}
if [ 0 = $# ]; then
grep -m 1 -B 15 "┴───────┘" "${NEO_REFERENCE}"
grep -m 1 -B 15 "┴───────┘" "${NEO_REFERENCE}"
else
for NUM in $@; do
if [ $(($NUM)) -ge 1 -a $(($NUM)) -le 6 ]; then

@ -1,5 +1,10 @@
# This file contains the configuration for the Neo scripts
# To use the scripts ›neo‹ and ›num‹ you should specify the full path to the
# Neo reference
NEO_REFERENCE="$HOME/neo/neo20.txt"
# Select the neo Variant to be used when using an X Server
# Values are "xkbmap", "xmodmap", "xprog", "alternative" or "evdev"
# default is xkbmap, this variable should always be set

Loading…
Cancel
Save