This commit is contained in:
Jonas Forsberg
2021-11-12 13:34:58 +01:00
parent a542412029
commit 46b51d5017
4 changed files with 99 additions and 2 deletions

View File

@@ -30,8 +30,6 @@ fi
[[ -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
[[ "$(type -t sps)" == "file" ]] && source <(sps completion bash)
[[ -d "$HOME/.rbenv/bin" ]] && export PATH="$HOME/.rbenv/bin:$PATH" && eval "$(rbenv init -)"