update
This commit is contained in:
parent
64782628fc
commit
8d243e2c13
1 changed files with 11 additions and 5 deletions
16
.bashrc
16
.bashrc
|
|
@ -7,15 +7,21 @@
|
|||
|
||||
alias ls='ls --color=auto'
|
||||
alias grep='grep --color=auto'
|
||||
# PS1='[\u@\h \W]\$ '
|
||||
eval "$(starship init bash)"
|
||||
starship_precmd
|
||||
alias nvim=nvr_git
|
||||
export SSH_ASKPASS=/usr/bin/ksshaskpass
|
||||
export SSH_ASKPASS_REQUIRE=prefer
|
||||
alias gemma='ollama run gemma3:12b-it-qat'
|
||||
alias get_idf='. $HOME/src/esp-idf/export.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 here to witness."
|
||||
|
|
|
|||
Loading…
Reference in a new issue