From ae24d9a8869c497537839f330384cbadb2cf687c Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 31 Oct 2023 10:17:43 +0100 Subject: Updated theme --- public/bind-warning-on-login-in-ubuntu.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'public/bind-warning-on-login-in-ubuntu.html') diff --git a/public/bind-warning-on-login-in-ubuntu.html b/public/bind-warning-on-login-in-ubuntu.html index be73d0b..19e9cdb 100755 --- a/public/bind-warning-on-login-in-ubuntu.html +++ b/public/bind-warning-on-login-in-ubuntu.html @@ -19,7 +19,7 @@ autosuggestion and autocomplete so I added the following to my .bashrcbind "set menu-complete-display-prefix on" bind '"\e[Z":menu-complete-backward'

I haven't noticed anything wrong with this and all was working fine until I -restarted my machine and then I got this error.

Profile bind error

When I pressed OK, I got into the Gnome +restarted my machine and then I got this error.

Profile bind error

When I pressed OK, I got into the Gnome shell and all was working fine, but the error was still bugging me. I started looking for the reason why this is happening and found a solution to this error on Remote SSH Commands - bash bind @@ -31,11 +31,11 @@ commands that presume the session is interactive when it isn't.

  bind "set menu-complete-display-prefix on"
   bind '"\e[Z":menu-complete-backward'
 fi
-

After logging out and back in the problem was gone.


Posts from blogs I follow around the net