This commit is contained in:
Jaroslaw Konik 2026-03-24 12:05:15 +01:00
parent 64782628fc
commit 8d243e2c13

16
.bashrc
View file

@ -7,15 +7,21 @@
alias ls='ls --color=auto' alias ls='ls --color=auto'
alias grep='grep --color=auto' alias grep='grep --color=auto'
# PS1='[\u@\h \W]\$ '
eval "$(starship init bash)"
starship_precmd
alias nvim=nvr_git alias nvim=nvr_git
export SSH_ASKPASS=/usr/bin/ksshaskpass
export SSH_ASKPASS_REQUIRE=prefer
alias gemma='ollama run gemma3:12b-it-qat' alias gemma='ollama run gemma3:12b-it-qat'
alias get_idf='. $HOME/src/esp-idf/export.sh' alias get_idf='. $HOME/src/esp-idf/export.sh'
alias export_esp='. ~/bin/export-esp.sh' alias export_esp='. ~/bin/export-esp.sh'
alias irb='irb -r $HOME/src/dotfiles/helpers.rb'
alias mirb='mirb -r $HOME/src/dotfiles/helpers.rb'
alias docker_wayland='docker run -e XDG_RUNTIME_DIR=/tmp -e WAYLAND_DISPLAY=$WAYLAND_DISPLAY -v $XDG_RUNTIME_DIR/$WAYLAND_DISPLAY:/tmp/$WAYLAND_DISPLAY'
export SSH_ASKPASS=/usr/bin/ksshaskpass
export SSH_ASKPASS_REQUIRE=prefer
export LUA_INIT=@$HOME/src/dotfiles/lua_init.lua
# PS1='[\u@\h \W]\$ '
starship_precmd
eval "$(starship init bash)"
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."