diff options
| author | ache <ache@ache.one> | 2020-04-07 20:37:48 +0200 |
|---|---|---|
| committer | ache <ache@ache.one> | 2020-04-07 20:37:48 +0200 |
| commit | df2ca455910990318b242a9da4eaf5167452d7af (patch) | |
| tree | a49e7003be8504b8333d7083586fe081b9c216a4 | |
| parent | Fix prompt new version (diff) | |
Forgot the status prompt
| -rw-r--r-- | functions/fish_prompt.fish | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/functions/fish_prompt.fish b/functions/fish_prompt.fish index bea229f..da5f604 100644 --- a/functions/fish_prompt.fish +++ b/functions/fish_prompt.fish @@ -281,6 +281,7 @@ function fish_prompt set -g RETVAL $status prompt_time prompt_virtual_env + prompt_status prompt_user prompt_dir available git; and prompt_git |