huge progress dump, impermanence
This commit is contained in:
parent
3feb92cec5
commit
fce64637c2
13 changed files with 161 additions and 81 deletions
|
@ -1,6 +1,17 @@
|
|||
let starship_installed = not (which starship | is-empty)
|
||||
let direnv_installed = not (which direnv | is-empty)
|
||||
|
||||
$env.config = {
|
||||
show_banner: false
|
||||
|
||||
|
||||
hooks: {
|
||||
pre_prompt: [{ ||
|
||||
if $direnv_installed {
|
||||
direnv export json | from json | default {} | load-env
|
||||
} else { return }
|
||||
}]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue