diff --git a/.bashrc b/.bashrc index f9254524..219c26c8 100644 --- a/.bashrc +++ b/.bashrc @@ -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 starship > /dev/null 2>&1 && eval "$(starship init bash)" -source <(glab completion -s bash) -source <(gh completion -s bash) +command -v glab > /dev/null && source <(glab completion -s bash) +command -v gh > /dev/null && source <(gh completion -s bash) diff --git a/.gitignore b/.gitignore index 1a320716..1a7c0209 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ config/i3/config.d config/nvim/.venv config/pypoetry/poetry.lock config/pypoetry/pyproject.toml +squashfs-root diff --git a/bin/starship b/bin/starship deleted file mode 100755 index 13cefbd1..00000000 Binary files a/bin/starship and /dev/null differ diff --git a/config/git/config b/config/git/config index ea62a790..8c855b7b 100644 --- a/config/git/config +++ b/config/git/config @@ -1,3 +1,4 @@ +# vim: ft=gitconfig [include] path = user_email