diff options
-rwxr-xr-x | shells.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |