From ef4b3aa8e067e1f492e34bc4a3474913aad83390 Mon Sep 17 00:00:00 2001 From: Johannes Knopp Date: Mon, 22 Jun 2026 01:52:49 +0200 Subject: [PATCH] update conf --- roles/zsh/files/hosts/personal.zsh | 7 +++++++ roles/zsh/files/hosts/work.zsh | 1 + 2 files changed, 8 insertions(+) create mode 100644 roles/zsh/files/hosts/personal.zsh create mode 100644 roles/zsh/files/hosts/work.zsh diff --git a/roles/zsh/files/hosts/personal.zsh b/roles/zsh/files/hosts/personal.zsh new file mode 100644 index 0000000..577a22a --- /dev/null +++ b/roles/zsh/files/hosts/personal.zsh @@ -0,0 +1,7 @@ +eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" + +export ANDROID_HOME=/home/johannes/Android/Sdk + +export PATH=$HOME/.local/bin:$PATH +export PATH=$PATH:$ANDROID_HOME/emulator +export PATH=$PATH:$ANDROID_HOME/platform-tools diff --git a/roles/zsh/files/hosts/work.zsh b/roles/zsh/files/hosts/work.zsh new file mode 100644 index 0000000..360da47 --- /dev/null +++ b/roles/zsh/files/hosts/work.zsh @@ -0,0 +1 @@ +. "$HOME/.local/bin/env"