ohmyzsh/lib/background.zsh
2011-07-29 13:32:44 -05:00

7 lines
130 B
Bash

# Appends to path arra in background to reduce load timey
# example
# path_push /usr/local
function bg_source() {
source $1
}