.dotfiles/bash/bashrc.distrobox

10 lines
215 B
Plaintext
Raw Normal View History

# vim: ft=sh
2023-05-09 19:29:44 +00:00
# Setup editor
export EDITOR="nvim"
export DISTROBOX=$(grep -oP "(?<=name=\")[^\";]+" /run/.containerenv)
2023-04-27 14:06:21 +00:00
export SSH_AUTH_SOCK="$HOME/.spool/ssh-agent.sock"
HISTFILE="${HISTFILE}.$DISTROBOX"
2022-12-13 03:44:24 +00:00
neofetch