2025-03-23 06:19:34 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
# Added by Toolbox App
|
|
|
|
|
export PATH="${PATH}:/home/mpuchstein/.local/share/JetBrains/Toolbox/scripts"
|
2025-11-12 21:28:30 +01:00
|
|
|
|
2025-03-23 06:19:34 +01:00
|
|
|
export PATH="${PATH}:/home/mpuchstein/.local/bin"
|
2025-07-28 20:30:08 +02:00
|
|
|
export PATH="${PATH}:/home/mpuchstein/.cargo/bin"
|
2025-03-24 10:12:24 +01:00
|
|
|
|
|
|
|
|
export ZDOTDIR="/home/mpuchstein/.config/zsh"
|
2025-04-08 16:55:15 +02:00
|
|
|
|
2025-05-02 11:32:45 +02:00
|
|
|
export EDITOR="nvim"
|
|
|
|
|
|
2025-04-08 16:55:15 +02:00
|
|
|
export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS \
|
|
|
|
|
--highlight-line \
|
|
|
|
|
--info=inline-right \
|
|
|
|
|
--ansi \
|
|
|
|
|
--layout=reverse \
|
|
|
|
|
--border=none \
|
|
|
|
|
--color=bg+:#283457 \
|
|
|
|
|
--color=bg:#16161e \
|
|
|
|
|
--color=border:#27a1b9 \
|
|
|
|
|
--color=fg:#c0caf5 \
|
|
|
|
|
--color=gutter:#16161e \
|
|
|
|
|
--color=header:#ff9e64 \
|
|
|
|
|
--color=hl+:#2ac3de \
|
|
|
|
|
--color=hl:#2ac3de \
|
|
|
|
|
--color=info:#545c7e \
|
|
|
|
|
--color=marker:#ff007c \
|
|
|
|
|
--color=pointer:#ff007c \
|
|
|
|
|
--color=prompt:#2ac3de \
|
|
|
|
|
--color=query:#c0caf5:regular \
|
|
|
|
|
--color=scrollbar:#27a1b9 \
|
|
|
|
|
--color=separator:#ff9e64 \
|
|
|
|
|
--color=spinner:#ff007c \
|
|
|
|
|
"
|
2025-06-29 17:40:26 +02:00
|
|
|
|
|
|
|
|
export ROCM_PATH=/opt/rocm
|
|
|
|
|
export HSA_OVERRIDE_GFX_VERSION=10.3.0
|
|
|
|
|
export HIP_VISIBLE_DEVICES=1
|
|
|
|
|
export LD_LIBRARY_PATH=/opt/rocm/lib:$LD_LIBRARY_PATH
|