summaryrefslogtreecommitdiff
path: root/linux/bin/installiere_neo
diff options
context:
space:
mode:
Diffstat (limited to 'linux/bin/installiere_neo')
-rw-r--r--linux/bin/installiere_neo/installiere_neo.12
-rw-r--r--linux/bin/installiere_neo/installiere_neo.216
2 files changed, 9 insertions, 9 deletions
diff --git a/linux/bin/installiere_neo/installiere_neo.1 b/linux/bin/installiere_neo/installiere_neo.1
index 028d1e8..1f6b3e2 100644
--- a/linux/bin/installiere_neo/installiere_neo.1
+++ b/linux/bin/installiere_neo/installiere_neo.1
@@ -58,7 +58,7 @@ green="\033[32m"
# remove the entry in $HOME/.profile
rmfromprofile()
{
- grep -v "^\# NEO:$" $HOME/.profile | grep -v "asdf \# mit" | grep -v "asdf" > $HOME/profile.neo.tmp
+ grep -v "\# NEO Tastaturbelegung" $HOME/.profile > $HOME/profile.neo.tmp
rm /$HOME/.profile
mv $HOME/profile.neo.tmp $HOME/.profile
}
diff --git a/linux/bin/installiere_neo/installiere_neo.2 b/linux/bin/installiere_neo/installiere_neo.2
index 178c9f7..e7ae5c8 100644
--- a/linux/bin/installiere_neo/installiere_neo.2
+++ b/linux/bin/installiere_neo/installiere_neo.2
@@ -2,20 +2,20 @@
profile_neo() {
cat <<PROFIL
-# NEO:
-PATH=\$PATH:$inst_dir/ # für asdf und uiae
-export PATH # für asdf und uiae
-asdf # mit einem # am Zeilenanfang bleibt QWERTZ das Standardlayout, sonst ist es NEO
+# NEO: # NEO Tastaturbelegung
+PATH=\$PATH:$inst_dir/ # NEO Tastaturbelegung
+export PATH # NEO Tastaturbelegung
+asdf # NEO Tastaturbelegung; mit einem # am Zeilenanfang bleibt QWERTZ das Standardlayout, sonst ist es NEO
PROFIL
}
profile_qwertz() {
cat <<PROFIL
-# NEO:
-PATH=\$PATH:$inst_dir/ # für asdf und uiae
-export PATH # für asdf und uiae
-#asdf # mit einem # am Zeilenanfang bleibt QWERTZ das Standardlayout, sonst ist es NEO
+# NEO: # NEO Tastaturbelegung
+PATH=\$PATH:$inst_dir/ # NEO Tastaturbelegung
+export PATH # NEO Tastaturbelegung
+#asdf # NEO Tastaturbelegung; mit einem # am Zeilenanfang bleibt QWERTZ das Standardlayout, sonst ist es NEO
PROFIL
}