From b081473eaa08537dee157d6810de49ca71adf0e1 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Fri, 5 May 2023 01:22:35 -0400 Subject: half baked changes that need fixing --- home-config/bashrc | 1 + 1 file changed, 1 insertion(+) (limited to 'home-config/bashrc') diff --git a/home-config/bashrc b/home-config/bashrc index c8e6503..6d22d87 100644 --- a/home-config/bashrc +++ b/home-config/bashrc @@ -38,6 +38,7 @@ alias grep='grep --color=auto' alias quit='exit' export EDITOR=nvim alias cat='bat --paging=never' +export XDG_DATA_DIRS=$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:/home/ryan/.local/share/flatpak/exports/share # GPG SETUP FOR SSH export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) -- cgit v1.2.3