Merge branch 'master' of https://git.cscherr.de/PlexSheep/home
This commit is contained in:
commit
cfc3b76332
19
.gitconfig
19
.gitconfig
|
@ -1,19 +0,0 @@
|
|||
[user]
|
||||
email = software@cscherr.de
|
||||
name = PlexSheep
|
||||
signingkey = software@cscherr.de
|
||||
[credential]
|
||||
helper = store --file ~/.git-credentials
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[pull]
|
||||
rebase = false
|
||||
[maintenance]
|
||||
repo = /home/plex/Documents/code/rs/autocrate
|
||||
repo = /home/plex/Documents/code/rs/ganar
|
||||
repo = /home/plex/Documents/code/rs/hedu
|
||||
repo = /home/plex/Documents/code/rs/netpong
|
||||
repo = /home/plex/Documents/code/rs/pt
|
||||
repo = /home/plex/Documents/code/rs/rs-base
|
||||
repo = /home/plex/Documents/code/rs/rs-basic
|
||||
repo = /home/plex/Documents/code/rs/wordle-analyzer
|
|
@ -29,3 +29,4 @@
|
|||
!.terminfo
|
||||
!.terminfo/**
|
||||
.config/btop/btop.log
|
||||
.gitconfig
|
||||
|
|
12
.zshrc
12
.zshrc
|
@ -206,8 +206,10 @@ else
|
|||
fi
|
||||
|
||||
### --- pyenv Config -------------------------------------
|
||||
export PYENV_ROOT="$HOME/.pyenv"
|
||||
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
eval "$(pyenv init -)"
|
||||
eval "$(pyenv virtualenv-init - zsh)"
|
||||
pyenv activate std 2> /dev/null > /dev/null
|
||||
if [ -d $HOME/.pyenv ]; then
|
||||
export PYENV_ROOT="$HOME/.pyenv"
|
||||
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
eval "$(pyenv init -)"
|
||||
eval "$(pyenv virtualenv-init - zsh)"
|
||||
pyenv activate std 2> /dev/null > /dev/null
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue