Mostly renaming (with remove_) of everything in sz.env
Aligning to 3 digit ordering, with 555 being 'neutral ordering' Moved homebrew to posix
This commit is contained in:
parent
a25d87bb12
commit
bfdc7f4c1d
160 changed files with 107 additions and 37 deletions
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env -S zsh -c 'echo "Not a user script. source(aka .) only"'
|
||||
|
||||
if is_cmd atuin; then
|
||||
|
||||
# . <( atuin init "${BASE_SHELL}" )
|
||||
zinit light atuinsh/atuin
|
||||
|
||||
[[ -n "${DBG}" ]] && echo "atuin loaded."
|
||||
fi
|
||||
|
||||
# vim: set ft=sh expandtab tabstop=4 shiftwidth=4:
|
Loading…
Add table
Add a link
Reference in a new issue