mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-21 11:04:41 +00:00
statusline and exlcude lazylock
This commit is contained in:
parent
905375ff1a
commit
3836361bfe
4 changed files with 27 additions and 4 deletions
|
|
@ -250,6 +250,12 @@
|
|||
|
||||
if command -v wt >/dev/null 2>&1; then
|
||||
eval "$(command wt config shell init zsh)"
|
||||
|
||||
# `wt` changes directories by sourcing directives into the current shell,
|
||||
# so wrappers around it must stay shell functions instead of scripts.
|
||||
wtc() {
|
||||
wt switch --create --base @ "$@"
|
||||
}
|
||||
fi
|
||||
'')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue