=First commit
This commit is contained in:
parent
14020e28d4
commit
7ce0f968e8
27 changed files with 476 additions and 0 deletions
24
_home/dot_bashrc
Normal file
24
_home/dot_bashrc
Normal file
|
@ -0,0 +1,24 @@
|
|||
#!/usr/bin/env -S bash -c 'echo "Not a user script. source(aka .) only"'
|
||||
|
||||
# ~/.bashrc: executed by bash(1) for non-login shells.
|
||||
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
|
||||
# for examples
|
||||
[ -z "${DBG_SHRC}" ] || echo "Entered .bashrc"
|
||||
|
||||
## Generated for envman. Do not edit.
|
||||
#[ -s "$HOME/.config/envman/load.sh" ] && source "$HOME/.config/envman/load.sh"
|
||||
#
|
||||
## Generated by Webi. Do not edit.
|
||||
#eval "$(webi --init zsh)"
|
||||
|
||||
[ -s "$HOME/.config/sz.env/_.load.sh" ] && . <( "$HOME/.config/sz.env/_.load.sh" - )
|
||||
|
||||
[ -z "${DBG_SHRC}" ] || echo "Exiting .bashrc"
|
||||
# This will prevent atuin's setup script from adding itself: atuin init bash
|
||||
|
||||
eval "${SZ_ENV_BASH_LOAD_PREEXEC}"
|
||||
if [[ -n "${BLE_VERSION-}" ]]; then
|
||||
[[ -n "${DBG}" ]] && echo "attaching ble.sh"
|
||||
ble-attach
|
||||
fi
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue