From 6986c543ff2c9ed81e07ea659950e9b4618d26b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Fo=CC=88rster?= Date: Sat, 25 Jan 2025 18:14:47 +0100 Subject: [PATCH] Test --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index c325fce..7ce1964 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"