diff options
author | EuAndreh <eu@euandre.org> | 2018-07-16 23:24:34 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-16 23:24:34 -0300 |
commit | 966315634614e68336372a9a2ee9e63930d88dc7 (patch) | |
tree | d1c11d0e1ad4b94368e06f9b0c9395840f385430 | |
parent | Add Guix specific environment variables (diff) | |
download | dotfiles-966315634614e68336372a9a2ee9e63930d88dc7.tar.gz dotfiles-966315634614e68336372a9a2ee9e63930d88dc7.tar.xz |
Use rlwrap for SBCL
-rw-r--r-- | bash/aliases.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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" |