summaryrefslogtreecommitdiff
path: root/shells.org
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-08-24 16:53:09 +0300
committerThanos Apollo <[email protected]>2023-08-24 16:53:09 +0300
commit9fb684f2e3f18610b837e1a9e6275f31ca2ce621 (patch)
treedac21f073b6630eadb765698a9555b6d07aa4102 /shells.org
parent1b2214be47b7e66d6c73bdf656cc7b076600ac67 (diff)
shells: fix typo && update sbcl
Diffstat (limited to 'shells.org')
-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