Merge branch 'main' of gitlab.com:elitherl/dotfiles
This commit is contained in:
commit
b3c4f2fec3
4
.bashrc
4
.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 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
1
.gitignore
vendored
|
@ -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
|
||||||
|
|
BIN
bin/starship
BIN
bin/starship
Binary file not shown.
|
@ -1,3 +1,4 @@
|
||||||
|
# vim: ft=gitconfig
|
||||||
[include]
|
[include]
|
||||||
path = user_email
|
path = user_email
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue