aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.before/functions.zsh
blob: 01bc2243fff5445a53ae0a540a3c99fc549f70d4 (plain)
1
2
3
4
if [ -e $HOME/bin/functions.sh ]
then
  . $HOME/bin/functions.sh
fi