summaryrefslogtreecommitdiffstats
path: root/src/init/starship.nu
blob: b7fb93a36185f9f3a331e90461a1770f03be484f (plain)
1
2
3
4
5
6
7
8
let-env STARSHIP_SHELL = "nu"
let-env STARSHIP_SESSION_KEY = (random chars -l 16)

def starship_prompt [] {
    # jobs are not supported
    # status is not supported
    ^::STARSHIP:: prompt --cmd-duration $nu.env.CMD_DURATION_MS
}