From 9acfd93f1b19ac6bd985efb3b379f97c85833aad Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Wed, 3 Feb 2021 19:10:53 +0100 Subject: update, switch to plex --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 90c903e..c086d45 100644 --- a/.bashrc +++ b/.bashrc @@ -128,3 +128,6 @@ unset base # Display git status in prompt . ~/.bash-powerline.sh # export PS1='; ' + +# load Nix config files (aka auto-completion etc.) +export XDG_DATA_DIRS="$HOME/.nix-profile/share:${XDG_DATA_DIRS:-/usr/local/share:/usr/share}" -- cgit v1.2.3