Fix last commit

This commit is contained in:
Alexander Rosenberg 2025-02-18 06:25:44 -08:00
parent b8c898b3cc
commit c06a7bffee
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -97,8 +97,9 @@ if [[ -v NVIM ]]; then
alias e=nvr
alias emacs=nvr
elif [[ "${is_in_container}" == true ]]; then
[[ -z "${XDG_RUNTIME_DIR}" ]] && export XDG_RUNTIME_DIR="/run/user/${UID}"
if [[ -v INSIDE_EMACS ]]; then
[[ -z "${XDG_RUNTIME_DIR}" ]] && \
export XDG_RUNTIME_DIR="/run/user/${UID}"
export EDITOR='distrobox-host-exec emacsclient -a nvim '
alias emacs='distrobox-host-exec emacsclient -a nvim '
else