diff options
Diffstat (limited to 'dot-bashrc')
| -rw-r--r-- | dot-bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -90,6 +90,9 @@ eval "$(direnv hook bash)" # starship eval "$(starship init bash)" +# zoxide +eval "$(zoxide init bash)" + # include dev bashrc when in `dev` distrobox if [ "$CONTAINER_ID" = "dev" ]; then source ~/.bashrc.d/dev.bashrc |
