Update bashrc

Whoops
This commit is contained in:
2025-03-11 04:44:44 +00:00
parent a5cd54482f
commit a1f06b21f0

2
bashrc
View File

@@ -20,6 +20,6 @@ HISTSIZE=50000
HISTFILESIZE=100000
shopt -s histappend
if command -v git &> /dev/null; then
if command -v direnv &> /dev/null; then
eval "$(direnv hook bash)"
fi