From 58b11e81883dc79a1d01075f877b30e623fd1fb0 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 16 Oct 2022 12:59:04 -0300 Subject: etc/sh/rc: Remove alias for "sbcl" This one is in the process of being replaced by the bin/cl utility. --- etc/sh/rc | 1 - 1 file changed, 1 deletion(-) (limited to 'etc/sh') diff --git a/etc/sh/rc b/etc/sh/rc index ff54700..1c54e34 100644 --- a/etc/sh/rc +++ b/etc/sh/rc @@ -133,7 +133,6 @@ alias mv='mv -i' alias vi='echo "Use \"e\" instead."; false' alias sqlite='rlwrap sqlite3' -alias sbcl='rlwrap sbcl' alias perl='rlwrap perl' alias guile='guile -l "$XDG_CONFIG_HOME"/guile/init.scm' -- cgit v1.2.3