diff --git a/ctx/home/.profile b/ctx/home/.profile index 259de95..34a9f34 100644 --- a/ctx/home/.profile +++ b/ctx/home/.profile @@ -6,3 +6,5 @@ export LESS=RX # R for ANSI color sequences, X to not clear screen on exit export TMPDIR=/var/tmp export PS1="\w $ " export PATH=${PATH}:~/.local/bin + +eval "$(direnv hook bash)"