aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2020-09-08-bind-warning-on-login.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-08-28 05:39:44 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-08-28 05:39:44 +0200
commit70baaeb4e78d12c329a03e929fd30d41730ed2b1 (patch)
tree74e0b2998455894762b6910ef4008d43f5dc9366 /content/posts/2020-09-08-bind-warning-on-login.md
parentb1d9aefd2a9fa0074f8d18fa2410cdd53d4c8de6 (diff)
downloadmitjafelicijan.com-70baaeb4e78d12c329a03e929fd30d41730ed2b1.tar.gz
Moved statis assets and converted all CSS to Tailwind
Diffstat (limited to 'content/posts/2020-09-08-bind-warning-on-login.md')
-rw-r--r--content/posts/2020-09-08-bind-warning-on-login.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/2020-09-08-bind-warning-on-login.md b/content/posts/2020-09-08-bind-warning-on-login.md
index 3f276c6..62c421d 100644
--- a/content/posts/2020-09-08-bind-warning-on-login.md
+++ b/content/posts/2020-09-08-bind-warning-on-login.md
@@ -21,7 +21,7 @@ bind '"\e[Z":menu-complete-backward'
21 21
22I haven't noticed anything wrong with this and all was working fine until I restarted my machine and then I got this error. 22I haven't noticed anything wrong with this and all was working fine until I restarted my machine and then I got this error.
23 23
24![Profile bind error](/profile-bind-error/error.jpg) 24![Profile bind error](/assets/profile-bind-error/error.jpg)
25 25
26When I pressed OK, I got into the [Gnome shell](https://wiki.gnome.org/Projects/GnomeShell) 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 warning: line editing not enabled](https://superuser.com/a/892682). 26When I pressed OK, I got into the [Gnome shell](https://wiki.gnome.org/Projects/GnomeShell) 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 warning: line editing not enabled](https://superuser.com/a/892682).
27 27