This commit is contained in:
Jaroslaw Konik 2026-02-16 12:39:01 +01:00
parent 5c2e9c4095
commit 3569e392c8

View file

@ -11,11 +11,16 @@ alias grep='grep --color=auto'
eval "$(starship init bash)"
starship_precmd
alias nvim=nvr_git
alias get_esprs='. $HOME/bin/export-esp.sh'
export SSH_ASKPASS=/usr/bin/ksshaskpass
export SSH_ASKPASS_REQUIRE=prefer
alias gemma='ollama run gemma3:12b-it-qat'
. ~/export-esp.sh
echo "You are not here to produce."
echo "You are here to witness."
echo "色即是空 空即是色"
eval "$(direnv hook bash)"
if [ -n "$SSH_CONNECTION" ] && [ -z "$TMUX" ]; then
exec tmux new -A -s main
fi