diff options
Diffstat (limited to 'dot-bashrc')
| -rw-r--r-- | dot-bashrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -92,6 +92,10 @@ eval "$(direnv hook bash)" # zoxide eval "$(zoxide init bash)" +# to set LS_COLORS for fd +# see $ man fd +eval "$(dircolors -b)" + # add container id to prompt when in a toolbox/distrobox container if [ -f /run/.toolboxenv ]; then PS1="($CONTAINER_ID) $PS1" |
