summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2021-02-03 19:10:53 +0100
committerMarc Vertes <mvertes@free.fr>2021-02-03 19:10:53 +0100
commit9acfd93f1b19ac6bd985efb3b379f97c85833aad (patch)
tree1efd70e1d14f930633a110e39d0f4695c4d3b3d3 /.bashrc
parentdf0534903b2034f1f3bd563033eeb0cfdccfe518 (diff)
update, switch to plexplex
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc3
1 files changed, 3 insertions, 0 deletions
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}"