diff options
Diffstat (limited to 'home-dots')
-rw-r--r-- | home-dots/dot-bashrc | 1 | ||||
-rw-r--r-- | home-dots/dot-sbclrc | 2 |
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*) |