From 9a7cafbcf7d9c94ac747a5ea86214074ed96e66b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Fo=CC=88rster?= Date: Sat, 25 Jan 2025 18:17:06 +0100 Subject: [PATCH] test2 --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 7ce1964..c325fce 100644 --- a/.zshrc +++ b/.zshrc @@ -62,7 +62,7 @@ source $ZSH/oh-my-zsh.sh # make less more friendly for non-text input files, see lesspipe(1) [ -x /usr/bin/lesspipe ] && eval "$(lesspipe)" - + # load functions [[ -f "$HOME/.dotfiles/functions" ]] && source "$HOME/.dotfiles/functions" [[ -f "$HOME/.dotfiles/.commonrc" ]] && source "$HOME/.dotfiles/.commonrc"