Skip to content

f-koehler/impromptu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[WIP] impromptu

crates.io Build Status

Generate your prompt with an efficient compiled rust program and make it look identical across shells.

Using in your shell

zsh

Add this line to your ~/.zshrc:

precmd() {
    PROMPT=$'$(/path/to/impromptu "$?" "$(jobs -l)")'
}

bash

Add this line to your ~/.bashrc:

PS1='$(/path/to/impromptu "$?" "$(jobs -l)")'

About

Generate your prompt with an efficient compiled rust program and make it look identical across shells.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages