update conf

This commit is contained in:
Johannes Knopp
2026-06-22 01:55:20 +02:00
parent ef4b3aa8e0
commit 9bd023ce2c
5 changed files with 19 additions and 26 deletions

View File

@ -42,11 +42,13 @@ export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
MACHINE_TYPE=$(uname -n)
if [[ -n "$MACHINE_TYPE" && -f "$HOME/dotfiles/roles/zsh/files/hosts/$MACHINE_TYPE.zsh" ]]; then
source "$HOME/dotfiles/roles/zsh/files/hosts/$MACHINE_TYPE.zsh"
if [[ -n "$MACHINE_TYPE" && -f "$HOME/dotfiles/zsh/hosts/$MACHINE_TYPE.zsh" ]]; then
source "$HOME/dotfiles/zsh/hosts/$MACHINE_TYPE.zsh"
fi
alias drun='docker run -it --network=host --device=/dev/kfd --device=/dev/dri --group-add=video --ipc=host --cap-add=SYS_PTRACE --security-opt seccomp=unconfined'
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/gcr/ssh"
bindkey '^H' backward-kill-word

View File

@ -1 +0,0 @@
. "$HOME/.local/bin/env"

View File

@ -1,9 +0,0 @@
# eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/docker.sock
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