From c196b5bf098ce0028a5126e99074b5cd42ae370a Mon Sep 17 00:00:00 2001 From: foosinn Date: Mon, 15 Jun 2020 22:42:51 +0200 Subject: [PATCH] add nixshell --- dotfiles/starship.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/starship.toml b/dotfiles/starship.toml index 7cca5a0..3597f1f 100644 --- a/dotfiles/starship.toml +++ b/dotfiles/starship.toml @@ -9,6 +9,7 @@ prompt_order = [ "git_commit", "git_state", "git_status", + "nix_shell", "cmd_duration", "custom", "line_break",