Merge branch 'main' of gitlab.com:elitherl/dotfiles

This commit is contained in:
Evie Litherland-Smith 2023-03-14 21:34:54 +00:00
commit b3c4f2fec3
4 changed files with 4 additions and 2 deletions

View file

@ -53,5 +53,5 @@ command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
command -v direnv > /dev/null 2>&1 && eval "$(direnv hook bash)" command -v direnv > /dev/null 2>&1 && eval "$(direnv hook bash)"
command -v starship > /dev/null 2>&1 && eval "$(starship init bash)" command -v starship > /dev/null 2>&1 && eval "$(starship init bash)"
source <(glab completion -s bash) command -v glab > /dev/null && source <(glab completion -s bash)
source <(gh completion -s bash) command -v gh > /dev/null && source <(gh completion -s bash)

1
.gitignore vendored
View file

@ -14,3 +14,4 @@ config/i3/config.d
config/nvim/.venv config/nvim/.venv
config/pypoetry/poetry.lock config/pypoetry/poetry.lock
config/pypoetry/pyproject.toml config/pypoetry/pyproject.toml
squashfs-root

Binary file not shown.

View file

@ -1,3 +1,4 @@
# vim: ft=gitconfig
[include] [include]
path = user_email path = user_email