(define-module (home-config bash) #:use-module (home) #:use-module (home bash) #:export (bash-home)) (define bash-home (user-home bash-home-type (bash-configuration (history "/home/tyreunom/.local/share/bash/history") (rc (append default-bashrc '("alias vim=nvim"))) (profile (append default-bash-profile (list "eval \"$(direnv hook bash)\"\n" "alias info=\"info --vi-keys\"\n" "export EDITOR=nvim\n" "export MINETEST_SUBGAME_PATH=" (@@ (gnu packages games) minetest-data) "/share/minetest/games/\n"))))))