Files
dotfiles/bash.d/00-init.sh
2021-03-22 13:52:07 -07:00

9 lines
152 B
Bash

#!/bin/bash
# shellcheck disable=SC2034
DOTFILES=$( cd "$(dirname "${BASH_SOURCE[0]}")"/.. && pwd || return)
function finalize {
unset DOTFILES
}