···13131414# Store history in an xdg dir instead of ~
1515# Environment variables don't seem to work
1616-hist_file = ~/.local/share/bpythonhistory
1616+hist_file = ~/.local/share/bpython/history
171718181919[keyboard]
+4
.config/emacs/early-init.el
···11+;; TODO: may want to move other "dir" customization into here as well,
22+;; but it seems like package-user-dir is the important one for now
33+(custom-set-variables
44+ '(package-user-dir "~/.local/share/emacs/elpa"))
···11+add-auto-load-safe-path ~
22+# set startup-with-shell off
33+44+# source ~/.config/gdb/init.py
55+set index-cache on
66+77+set substitute-path /home/fincs/git/pacman-packages/libctru/src/libctru-2.1.1 ~/Documents/Development/3ds/libctru/
88+99+set history save on
1010+set history filename ~/.local/share/gdb/history
···11-add-auto-load-safe-path ~
22-# set startup-with-shell off
33-44-# source ~/.config/gdb/init.py
55-set index-cache on
66-77-set substitute-path /home/fincs/git/pacman-packages/libctru/src/libctru-2.1.1/ /Users/ianchamberlain/Documents/Development/3ds/libctru/
88-99-set history save
1010-set history filename ~/.gdb_history