aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2021-10-05 01:01:58 -0400
committertdro <tdro@users.noreply.github.com>2021-10-05 01:01:58 -0400
commit919e7201982a3a0ed4d7d9e26f3e72ee4e5a5f6a (patch)
tree0021cb370e49d47ddc3c565375ce241ec2c72fee
parent17dd4816d805c6d1e77f8807c19d6de55fb05909 (diff)
downloaddotfiles-919e7201982a3a0ed4d7d9e26f3e72ee4e5a5f6a.tar.gz
dotfiles-919e7201982a3a0ed4d7d9e26f3e72ee4e5a5f6a.tar.bz2
dotfiles-919e7201982a3a0ed4d7d9e26f3e72ee4e5a5f6a.zip
.local/bin/,: Keep XAUTHORITY in pure mode
-rwxr-xr-x.local/bin/,2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/, b/.local/bin/,
index 0dcab5b..690f72c 100755
--- a/.local/bin/,
+++ b/.local/bin/,
@@ -30,7 +30,7 @@ attributes=$($nixLocate | while read -r attribute; do
done)
attribute=$(printf '%s' "$attributes" | fzf)
-nix-shell --pure --keep TERMINFO_DIRS --packages "$attribute" tree --command \
+nix-shell --pure --keep TERMINFO_DIRS --keep XAUTHORITY --packages "$attribute" tree --command \
'
export HOME=$TMPDIR/nix-shell-tmp-home.r2np9PHrby
mkdir --parents "$HOME"