fix(sh)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user