rearange sz.env and optimize for zsh

This commit is contained in:
Lockszmith (VAST@MacBook) 2025-04-17 15:50:23 -04:00
parent 39a136f9e9
commit 0acdc146c4
29 changed files with 144 additions and 100 deletions

View file

@ -1,7 +1,8 @@
#!/usr/bin/env -S bash -c 'echo "Not a user script. source(aka .) only"'
if is_cmd broot; then
source /mnt/szmedia/USERDATA/home/sz/.config/broot/launcher/bash/br
. <(broot --print-shell-function "${SHELL##*/}")
broot --set-install-state installed
fi
# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: