From cd2661b30f212c40a323da8a8c0ad6e5ba7309de Mon Sep 17 00:00:00 2001 From: Alex Blank Date: Sun, 17 Oct 2021 21:34:27 +0200 Subject: [PATCH] fixed custom functions sourcing in zsh --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 650d88b..fda0b6c 100644 --- a/.zshrc +++ b/.zshrc @@ -33,7 +33,7 @@ if [ -d $HOME/.local/bin ] ; then fi # add the custom functions from the .custom_functions file -source $HOME/.shell_customizations +source $HOME/.custom_functions # key bindings # create a zkbd compatible hash;