.dotfiles/bash/bashrc.distrobox

10 lines
215 B
Bash

# vim: ft=sh
# Setup editor
export EDITOR="nvim"
export DISTROBOX=$(grep -oP "(?<=name=\")[^\";]+" /run/.containerenv)
export SSH_AUTH_SOCK="$HOME/.spool/ssh-agent.sock"
HISTFILE="${HISTFILE}.$DISTROBOX"
neofetch