.
This commit is contained in:
5
.bashrc
5
.bashrc
@@ -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
|
||||
|
Reference in New Issue
Block a user