From 9d30eb924e93d163a45a0b2afc248cbe68db7a84 Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Mon, 14 Jun 2021 11:05:14 +0300 Subject: [PATCH] Fix zshrc --- modules/workspace/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/workspace/zsh.nix b/modules/workspace/zsh.nix index e50ecd8..b7ec04f 100755 --- a/modules/workspace/zsh.nix +++ b/modules/workspace/zsh.nix @@ -123,7 +123,7 @@ autoload -U compinit && compinit PS1="$PS1 - $ " + $ " ''; }; }