.dotfiles/bash/bashrc.distrobox

6 lines
127 B
Plaintext
Raw Normal View History

# vim: ft=sh
export DISTROBOX=$(grep -oP "(?<=name=\")[^\";]+" /run/.containerenv)
HISTFILE="${HISTFILE}.$DISTROBOX"
2022-12-13 03:44:24 +00:00
neofetch