about summary refs log tree commit diff stats
path: root/bash/rlwrap.bash
blob: a8703a9166c6594b3e7f299b6358a7dbadab7485 (plain)
1
2
3
4
5
# rlwrap aliases

if command -v rlwrap >/dev/null 2>&1; then
	alias sh='rlwrap sh'
fi