From 96dfc97124f795e9a47dbce02a54f3a9c1f2f201 Mon Sep 17 00:00:00 2001 From: Paul Chvostek Date: Tue, 17 Nov 2015 21:24:11 -0500 Subject: [PATCH] fun with `stty erase` --- .bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bashrc b/.bashrc index 0e9edad..f180127 100644 --- a/.bashrc +++ b/.bashrc @@ -65,3 +65,7 @@ stty iuclc # Nothing is complete until it's gone. bind TAB:shell-backward-kill-word + +# This OS uses ^J for newlines. +stty erase $'\r' +