commit 87e0d4f41b10d31839a9edc96d8c16262d5ee686 parent 78d38e7064314a70a5927983189180f8e4780a91 Author: Milutin Popovic <milutin@popovic.xyz> Date: Sun, 4 Jan 2026 16:01:35 +0000 remove Diffstat:
| M | .config/zsh/.zshrc | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc @@ -19,7 +19,7 @@ if [[ $USER == "root" ]]; then color="red"; fi brackets=""; -if [ ${IN_NIX_SHELL+1} || ${DIRENV_DIR_FILE+1} ]; then +if [ ${IN_NIX_SHELL+1} ]; then brackets="[]" fi