From 34895d298278cf6b82781b65bc37370884ee5eb0 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Tue, 6 Jul 2021 22:14:59 -0400 Subject: [PATCH] Update starship config --- nixpkgs/modules/zsh.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixpkgs/modules/zsh.nix b/nixpkgs/modules/zsh.nix index b94b6b9..9d5f5a0 100644 --- a/nixpkgs/modules/zsh.nix +++ b/nixpkgs/modules/zsh.nix @@ -40,7 +40,6 @@ enable = true; enableZshIntegration = true; settings = { - character.symbol = "➜ "; character.success_symbol = "[➜](green)"; }; };