mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2026-02-07 18:22:47 +01:00
do flag thing help
This commit is contained in:
parent
3d2719f2f7
commit
62539db84d
6 changed files with 51 additions and 36 deletions
|
|
@ -272,7 +272,8 @@ $env.config = {
|
|||
render_right_prompt_on_last_line: false # true or false to enable or disable right prompt to be rendered on last line of the prompt.
|
||||
|
||||
hooks: {
|
||||
pre_execution: [{ null }] # run before the repl input is run
|
||||
pre_prompt: { null }
|
||||
pre_execution: [{ $env.CMD_COUNT = $env.CMD_COUNT + 1; }] # run before the repl input is run
|
||||
env_change: {
|
||||
PWD: [{|before, after| null }] # run if the PWD environment is different since the last repl input
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue