This commit is contained in:
Jonas Forsberg
2021-11-12 10:24:56 +01:00
parent cb0cd85f59
commit 2208cb1939
4 changed files with 31 additions and 149 deletions

View File

@@ -24,10 +24,11 @@ fi
[[ -x "$(command -v helm)" ]] && source <(helm completion bash)
# PS1 Prompt
[[ -f "$HOME/.ps1.sh" ]] && source "$HOME/.ps1.sh"
[[ -f "$HOME/.functions/ps1.sh" ]] && source "$HOME/.functions/ps1.sh"
[[ -f "$HOME/.functions.sh" ]] && source ~/.functions.sh
[[ -d "$HOME/.functions" ]] && for f in ~/.functions/*.sh; do source $f; done
[[ "$(type -t dotf)" == "alias" ]] && [[ "$(type -t __git_complete)" == "function" ]] && __git_complete dotf _git
[[ "$(type -t _todo)" == "function" ]] && complete -F _todo t