From 1d562af8927d932bc3329de3b06c94a966047238 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 30 Jan 2023 17:33:06 -0600 Subject: Add a bunch of stuff Forgot I had to `git add -f' these! --- bash/rlwrap.bash | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bash/rlwrap.bash (limited to 'bash/rlwrap.bash') diff --git a/bash/rlwrap.bash b/bash/rlwrap.bash new file mode 100644 index 0000000..a8703a9 --- /dev/null +++ b/bash/rlwrap.bash @@ -0,0 +1,5 @@ +# rlwrap aliases + +if command -v rlwrap >/dev/null 2>&1; then + alias sh='rlwrap sh' +fi -- cgit 1.4.1-21-gabe81