Skip to content

Commit 3aa1570

Browse files
committed
flake update
1 parent 3eac855 commit 3aa1570

2 files changed

Lines changed: 36 additions & 33 deletions

File tree

flake.lock

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

home/shell/blesh.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
bashrcExtra = lib.mkBefore ''
1212
if [[ $- == *i* ]] && [[ -z "''${BLE_VERSION-}" ]]; then
1313
source ${pkgs.blesh}/share/blesh/ble.sh --attach=none --noinputrc
14+
# Only show command-elapsed/CPU marker for commands slower than 5s
15+
# (default 2000ms is noisy for routine git/ls/cd output).
16+
[[ -n "''${BLE_VERSION-}" ]] && bleopt exec_elapsed_min=5000
1417
fi
1518
'';
1619

0 commit comments

Comments
 (0)