summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
new file mode 100644
index 0000000..39f88f9
--- /dev/null
+++ b/.bashrc
@@ -0,0 +1 @@
+PROMPT_COMMAND="PROFILE='$HOME/.uselect' ; test -e .uprofile/env.d/* && PROFILE='./.uprofile' ; source \$PROFILE/env.d/*"