This commit is contained in:
Thomas Sindt
2026-06-05 23:35:57 +02:00
parent 0fd4d241a7
commit 1e7744eab5
4 changed files with 159 additions and 4 deletions

5
bashrc
View File

@@ -117,12 +117,13 @@ if [ -z "${TMUX}" ] && [ $(tty) == "/dev/pts/0" ]; then
fi
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv bash)"
PATH=$PATH:/home/tsindt/bin:/home/tsindt/.cargo/bin
PATH=$PATH:/home/tsindt/bin:/home/tsindt/.cargo/bin:/home/tsindt/.local/bin
eval "$(oh-my-posh init bash --config gruvbox)"
eval "$(oh-my-posh init bash --config /home/tsindt/.config/omp/gruvbox.omp.json)"
# eval "$(/home/tsindt/bin shellenv bash)"
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
EDITOR=nvim
cd /home/tsindt/documents/Publikationen