From ea2f9300275eb58234d5cb75675d950be0e8631f Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Wed, 24 May 2023 10:17:15 +0200 Subject: configs --- home-dots/dot-bashrc | 1 + home-dots/dot-sbclrc | 2 ++ 2 files changed, 3 insertions(+) (limited to 'home-dots') diff --git a/home-dots/dot-bashrc b/home-dots/dot-bashrc index 5ddf3a0..ae13f2b 100644 --- a/home-dots/dot-bashrc +++ b/home-dots/dot-bashrc @@ -8,6 +8,7 @@ HISTSIZE=-1 HISTFILESIZE=-1 +HISTCONTROL=ignorespace # enable color support of ls and also add handy aliases if [ -x /usr/bin/dircolors ]; then diff --git a/home-dots/dot-sbclrc b/home-dots/dot-sbclrc index e1d2c74..035c861 100644 --- a/home-dots/dot-sbclrc +++ b/home-dots/dot-sbclrc @@ -6,3 +6,5 @@ (user-homedir-pathname)))) (when (probe-file quicklisp-init) (load quicklisp-init))) + +(push (merge-pathnames "dev/bitcoin/bp/" (user-homedir-pathname)) asdf:*central-registry*) -- cgit v1.2.3