commit e4549f28f0aeabc23fa2a46071aa5deae6139d35
parent 04defdd9078c8a7eec306e5a27ff255ef0f77fc8
Author: William Casarin <jb55@jb55.com>
Date: Mon, 13 Dec 2021 08:56:27 -0800
Merge remote-tracking branch 'origin/master'
Diffstat:
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/bin/fuzz-notmuch-select-threads b/bin/fuzz-notmuch-select-threads
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
set -eou pipefail
-echo "notmuch-thread-table | $FUZZER -m | cutt -f4 | sed 's,^,thread:,g'"
+echo "notmuch-thread-table | $FUZZER --no-sort -m | cutt -f4 | sed 's,^,thread:,g'"
diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc
@@ -3,8 +3,6 @@
# for examples
set -o vi
-export HOME=/home/jb55
-
export NIXPKGS=$HOME/nixpkgs
export NIX_PATH="nixpkgs=$NIXPKGS:$NIX_PATH"
export NIX_PATH="nixos-config=$NIX_FILES:$NIX_PATH"