diff options
author | Thanos Apollo <[email protected]> | 2023-08-24 16:53:09 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-08-24 16:53:09 +0300 |
commit | 9fb684f2e3f18610b837e1a9e6275f31ca2ce621 (patch) | |
tree | dac21f073b6630eadb765698a9555b6d07aa4102 /shells.org | |
parent | 1b2214be47b7e66d6c73bdf656cc7b076600ac67 (diff) |
shells: fix typo && update sbcl
Diffstat (limited to 'shells.org')
-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 |