[15:00] I have this weird issue when I ssh into one of my boxes where when I press the home key the cursor gets misaligned, best way I can show this is with a gif: https://gfycat.com/whimsicalfittingaddax [15:00] same with end, or ctrl+a or any other hotkey to go to start/end of the line [15:01] moving the cursor one character at a time works fine though [15:01] p3lim: if you type the `reset` command, does it work better after? [15:01] nope [15:03] works fine in vim or anything else [15:03] it's exclusive to bash [15:04] p3lim: sorry, I don't know what could cause or fix this :/ [15:06] seems like it's a problem with how I set colors in my PROMPT_COMMAND [15:07] if I remove the colors it's fine [15:08] https://pastebin.com/7PnxEjLF [23:58] How do I build the AWS-specific Linux kernel? I'm reading https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel but it seems these instructions only work for the generic kernel.