update conf

This commit is contained in:
Johannes Knopp
2026-06-22 01:46:24 +02:00
parent 2da8e1a354
commit 6c9f5d4506
6 changed files with 26 additions and 21 deletions

View File

@ -42,13 +42,11 @@ 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
if [[ -n "$MACHINE_TYPE" && -f "$HOME/dotfiles/zsh/hosts/$MACHINE_TYPE.zsh" ]]; then
source "$HOME/dotfiles/zsh/hosts/$MACHINE_TYPE.zsh"
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"
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,4 +1,6 @@
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
# eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/docker.sock
export ANDROID_HOME=/home/johannes/Android/Sdk