about summary refs log tree commit diff
path: root/bash/.bash_logout
blob: 4ad2227d0b1dd9f3c75140a10f1340a501c8cd57 (plain) (blame)
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