update
This commit is contained in:
parent
5c2e9c4095
commit
3569e392c8
1 changed files with 6 additions and 1 deletions
7
.bashrc
7
.bashrc
|
|
@ -11,11 +11,16 @@ alias grep='grep --color=auto'
|
||||||
eval "$(starship init bash)"
|
eval "$(starship init bash)"
|
||||||
starship_precmd
|
starship_precmd
|
||||||
alias nvim=nvr_git
|
alias nvim=nvr_git
|
||||||
alias get_esprs='. $HOME/bin/export-esp.sh'
|
|
||||||
export SSH_ASKPASS=/usr/bin/ksshaskpass
|
export SSH_ASKPASS=/usr/bin/ksshaskpass
|
||||||
export SSH_ASKPASS_REQUIRE=prefer
|
export SSH_ASKPASS_REQUIRE=prefer
|
||||||
alias gemma='ollama run gemma3:12b-it-qat'
|
alias gemma='ollama run gemma3:12b-it-qat'
|
||||||
|
. ~/export-esp.sh
|
||||||
|
|
||||||
echo "You are not here to produce."
|
echo "You are not here to produce."
|
||||||
echo "You are here to witness."
|
echo "You are here to witness."
|
||||||
echo "色即是空 空即是色"
|
echo "色即是空 空即是色"
|
||||||
|
eval "$(direnv hook bash)"
|
||||||
|
|
||||||
|
if [ -n "$SSH_CONNECTION" ] && [ -z "$TMUX" ]; then
|
||||||
|
exec tmux new -A -s main
|
||||||
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue