summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xshells.org3
1 files changed, 2 insertions, 1 deletions
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