guixconfig/home/.bashrc

23 lines
591 B
Bash
Raw Normal View History

2023-11-28 21:38:47 +00:00
# Commands that should be applied only for interactive shells.
[[ $- == *i* ]] || return
HISTFILESIZE=100000
HISTSIZE=10000
shopt -s histappend
shopt -s checkwinsize
shopt -s extglob
shopt -s globstar
shopt -s checkjobs
if test -n "$KITTY_INSTALLATION_DIR"; then
source "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"
fi
2023-12-18 00:05:20 +00:00
#eval "$(SHELL=bash /nix/store/vrcxmwrgsdgwm51rxdpyzp6ppslavn3n-keychain-2.8.5/bin/keychain --eval --quiet --agents ssh,gpg id_rsa personal_ed 37F655BAF43BC0FF300A91A1B38976E82C9DAE42)"
2023-11-28 21:38:47 +00:00
2023-12-18 00:05:20 +00:00
eval "$(hstr --show-configuration)"
2023-11-28 21:38:47 +00:00
2023-12-08 09:46:43 +00:00
eval "$(direnv hook bash)"