diff options
author | pascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-01-09 13:24:37 +0000 |
---|---|---|
committer | pascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-01-09 13:24:37 +0000 |
commit | 2d2593d37a65cce91600d61f3f0faef2d9dc0dc5 (patch) | |
tree | b41dd3b98e8892c5bfc2f949a7714a27dbb5ea4a /linux/bin/installiere_neo | |
parent | 4b450f1c8d1da6bb537193a33b9845a3b382a23f (diff) | |
download | neo-layout-2d2593d37a65cce91600d61f3f0faef2d9dc0dc5.tar.gz neo-layout-2d2593d37a65cce91600d61f3f0faef2d9dc0dc5.tar.bz2 neo-layout-2d2593d37a65cce91600d61f3f0faef2d9dc0dc5.zip |
kleinere Verbesserungen und Fehlerbeseitigungen
git-svn-id: https://svn.neo-layout.org@1413 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'linux/bin/installiere_neo')
-rw-r--r-- | linux/bin/installiere_neo/installiere_neo.1 | 2 | ||||
-rw-r--r-- | linux/bin/installiere_neo/installiere_neo.2 | 16 |
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 } |