dotfiles/dot_local/scripts/zsh/zsh-prelude.zsh

2 lines
48 B
Bash

source_if_exists() { test -f $1 && source $1 }