citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit 94fe8efa28f07ac698a5608b1ecb58dc1919c1f2
parent 783ccf81be2d4b6bedb4910503bcd6b987587a7d
Author: William Casarin <jb55@jb55.com>
Date:   Sun,  5 Dec 2021 19:45:17 -0800

fixes

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mbin/fuzz-notmuch-select-threads | 2+-
Mdotfiles/.bashrc | 2--
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"