about summary refs log tree commit diff stats
path: root/bash/rlwrap.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash/rlwrap.bash')
-rw-r--r--bash/rlwrap.bash5
1 files changed, 5 insertions, 0 deletions
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 @@
1# rlwrap aliases
2
3if command -v rlwrap >/dev/null 2>&1; then
4 alias sh='rlwrap sh'
5fi