From b8b79262f4c603b7ac35e7a44cab6e2639834091 Mon Sep 17 00:00:00 2001
From: Johannes Loher <johannes.loher@tngtech.com>
Date: Wed, 29 Jan 2025 10:29:59 +0100
Subject: [PATCH] zshrc update

---
 .zshrc.local.local##hostname.pollux | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/.zshrc.local.local##hostname.pollux b/.zshrc.local.local##hostname.pollux
index a42e153..f640a1c 100644
--- a/.zshrc.local.local##hostname.pollux
+++ b/.zshrc.local.local##hostname.pollux
@@ -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