From 9fb684f2e3f18610b837e1a9e6275f31ca2ce621 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 24 Aug 2023 16:53:09 +0300 Subject: shells: fix typo && update sbcl --- shells.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shells.org b/shells.org index a194cd3..d8b4521 100755 --- a/shells.org +++ b/shells.org @@ -58,6 +58,7 @@ export PATH=/home/$USER/.local/bin:$PATH export EDITOR="emacsclient" export GIT_EDITOR="emacsclient" + export SBCL_HOME="/usr/lib/sbcl/" if [[ $- != *i* ]] then @@ -199,7 +200,7 @@ * zshrc #+begin_src bash :tangle ~/.zshrc source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh - source /usr/share//zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh + source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh source ~/.shells/alias.sh source ~/.shells/exports.sh -- cgit v1.2.3