This commit is contained in:
2025-12-17 16:58:55 +01:00
parent d1d68a2865
commit e0909040eb

View File

@@ -402,10 +402,6 @@ function gpla() {
echo "Finished fetching branches." echo "Finished fetching branches."
} }
# source the tmux-sessions.sh in the same folder
source $(dirname "$0")/tmux-sessions.sh
<<<<<<< HEAD
function aoc() { function aoc() {
if [ -z "$1" ]; then if [ -z "$1" ]; then
echo "Usage: aoc <day> [year]" echo "Usage: aoc <day> [year]"
@@ -450,4 +446,6 @@ function aoc() {
echo " - $dir/example.in" echo " - $dir/example.in"
} }
# source the tmux-sessions.sh in the same folder
source $(dirname "$0")/tmux-sessions.sh
source $(dirname "$0")/completion.sh source $(dirname "$0")/completion.sh