From 966315634614e68336372a9a2ee9e63930d88dc7 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 16 Jul 2018 23:24:34 -0300 Subject: Use rlwrap for SBCL --- bash/aliases.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/aliases.sh b/bash/aliases.sh index bec3cc5..f04d358 100644 --- a/bash/aliases.sh +++ b/bash/aliases.sh @@ -12,6 +12,7 @@ alias pia-vpn="sudo openvpn --config $DOTFILES/VPN/euandreh.ovpn" # Source: https://unix.stackexchange.com/questions/25327/watch-command-alias-expansion#25329 alias watch="watch " alias mr="mr -s" +alias sbcl="rlwrap sbcl" alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"' alias fim="play $DOTFILES/bash/Positive.ogg &> /dev/null" -- cgit v1.2.3