aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.before/functions.zsh
diff options
context:
space:
mode:
Diffstat (limited to '.zsh.before/functions.zsh')
-rw-r--r--.zsh.before/functions.zsh4
1 files changed, 4 insertions, 0 deletions
diff --git a/.zsh.before/functions.zsh b/.zsh.before/functions.zsh
new file mode 100644
index 0000000..01bc224
--- /dev/null
+++ b/.zsh.before/functions.zsh
@@ -0,0 +1,4 @@
+if [ -e $HOME/bin/functions.sh ]
+then
+ . $HOME/bin/functions.sh
+fi