From e0909040ebd694a5ae4e3a8e2c74fe36dc7c9073 Mon Sep 17 00:00:00 2001 From: oliverhnat Date: Wed, 17 Dec 2025 16:58:55 +0100 Subject: [PATCH] fix(sh) --- omz-custom/custom_commands.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/omz-custom/custom_commands.sh b/omz-custom/custom_commands.sh index 4972b46..fbab6b8 100644 --- a/omz-custom/custom_commands.sh +++ b/omz-custom/custom_commands.sh @@ -402,10 +402,6 @@ function gpla() { echo "Finished fetching branches." } -# source the tmux-sessions.sh in the same folder -source $(dirname "$0")/tmux-sessions.sh -<<<<<<< HEAD - function aoc() { if [ -z "$1" ]; then echo "Usage: aoc [year]" @@ -450,4 +446,6 @@ function aoc() { echo " - $dir/example.in" } +# source the tmux-sessions.sh in the same folder +source $(dirname "$0")/tmux-sessions.sh source $(dirname "$0")/completion.sh