aboutsummaryrefslogtreecommitdiffstats
path: root/home-dots
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2023-05-24 10:17:15 +0200
committerOscar Najera <hi@oscarnajera.com>2023-05-24 10:25:26 +0200
commitea2f9300275eb58234d5cb75675d950be0e8631f (patch)
tree339439e6a25a916ace92d39248099cfa93e02f3d /home-dots
parent1e37224dbece58bfc2bbc2ff5f934759c0d0be2e (diff)
downloaddotfiles-ea2f9300275eb58234d5cb75675d950be0e8631f.tar.gz
dotfiles-ea2f9300275eb58234d5cb75675d950be0e8631f.tar.bz2
dotfiles-ea2f9300275eb58234d5cb75675d950be0e8631f.zip
configs
Diffstat (limited to 'home-dots')
-rw-r--r--home-dots/dot-bashrc1
-rw-r--r--home-dots/dot-sbclrc2
2 files changed, 3 insertions, 0 deletions
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*)