diff options
| author | Holger Paradies <retabell@gmx.de> | 2025-10-25 08:48:47 +0200 |
|---|---|---|
| committer | Holger Paradies <retabell@gmx.de> | 2025-11-03 18:21:45 +0100 |
| commit | d30d289ff4e37e471c9b0fa4fb79593071453532 (patch) | |
| tree | fea9162d7445b83c6322dfb4508c12f0fcb5121b | |
| parent | 6ee7227d595655dee7134e4c6db3eb89eb11137d (diff) | |
| download | kanotix-d30d289ff4e37e471c9b0fa4fb79593071453532.zip kanotix-d30d289ff4e37e471c9b0fa4fb79593071453532.tar.gz | |
Diasble bash-completition in profile
session plasma-mobile breaks with this setting.
| -rwxr-xr-x | config/chroot_local-hooks/hotfixes.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config/chroot_local-hooks/hotfixes.sh b/config/chroot_local-hooks/hotfixes.sh index e437794..ea620dc 100755 --- a/config/chroot_local-hooks/hotfixes.sh +++ b/config/chroot_local-hooks/hotfixes.sh @@ -33,11 +33,6 @@ rm -rf /etc/sysconfig # rm/cp/mv aliases and bash completion for login shell cat <<EOT >> /etc/profile -# enable bash completion in interactive shells -if [ -f /etc/bash_completion ]; then - . /etc/bash_completion -fi - # Some more alias to avoid making mistakes: alias rm='rm -i' alias cp='cp -i' |
