summaryrefslogtreecommitdiff
path: root/linux/bin/installiere_neo/installiere_neo.1
diff options
context:
space:
mode:
Diffstat (limited to 'linux/bin/installiere_neo/installiere_neo.1')
-rw-r--r--linux/bin/installiere_neo/installiere_neo.12
1 files changed, 1 insertions, 1 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
}