zshrc update
This commit is contained in:
parent
95a302736a
commit
b8b79262f4
1 changed files with 12 additions and 0 deletions
|
@ -6,10 +6,22 @@ fi
|
|||
# Watson
|
||||
alias ts='watson log -dcj | watson2timesheet'
|
||||
|
||||
# SilverBullet
|
||||
|
||||
alias silverbullet-server='podman run -d --replace --restart unless-stopped --name silverbullet -p 4444:3000 -v $HOME/Dokumente/silverbullet:/space zefhemel/silverbullet'
|
||||
alias silverbullet='electron http://127.0.0.1:4444'
|
||||
|
||||
# SDKMAN!
|
||||
export SDKMAN_DIR="$HOME/.sdkman"
|
||||
[ -s "$SDKMAN_DIR/bin/sdkman-init.sh" ] && . "$SDKMAN_DIR/bin/sdkman-init.sh"
|
||||
|
||||
# pyenv
|
||||
if hash pyenv 2>/dev/null; then
|
||||
export PYENV_ROOT="$HOME/.pyenv"
|
||||
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
eval "$(pyenv init -)"
|
||||
fi
|
||||
|
||||
# Vault
|
||||
export VAULT_ADDR=https://vault.srv.reu.bsh-lando.com
|
||||
|
||||
|
|
Loading…
Reference in a new issue