mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
9 lines
108 B
Bash
9 lines
108 B
Bash
#
|
|
# Helper Functions
|
|
#
|
|
|
|
DOTHELPERS="$DOTSHELL/helpers"
|
|
|
|
# Load helpers
|
|
source "$DOTHELPERS/path_helpers.sh"
|