1 2 3 4 5 6
#!/usr/bin/env bash if [ -f "${HOME}/.bin/logout-hook" ]; then # shellcheck disable=SC1091 source "${HOME}/.bin/logout-hook" fi
Consider giving Nix/NixOS a try! <3