diff --git a/zsh/modules/bin/tellme b/zsh/modules/bin/tellme index 48fe3e2..d2295ae 100755 --- a/zsh/modules/bin/tellme +++ b/zsh/modules/bin/tellme @@ -1,4 +1,4 @@ -#! /bin/bash +#!/usr/bin/env bash export CONFIG=${XDG_CONFIG_HOME:-~/.config}/tellme/creds diff --git a/zsh/modules/bin/todo_sync b/zsh/modules/bin/todo_sync index ef85d84..8376ddb 100755 --- a/zsh/modules/bin/todo_sync +++ b/zsh/modules/bin/todo_sync @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/usr/bin/env bash GIT_ROOT=$(git root 2> /dev/null) if [ -z "${GIT_ROOT}" ]; then