Raw notes
These have yet to be properly integrated into the site.
ℹ
This page is only referenced from the main page.
In my .bashrc
:
#prepend the prompt with the exit status of the last command
PS1="\$?|$PS1"
HISTCONTROL+=:erasedups
To configure ASDF, I put this in ~/.config/common-lisp/source-registry.conf.d/lisp.conf
: (:tree "/home/hexstream/data/projects/lisp/")