From 7e8cc7201949ad75daca5520c57479229711ed31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 4 Apr 2022 15:54:26 +0200 Subject: Add flake.nix --- zshrc.d/prompt | 3 +++ zshrc.d/shellrc | 5 ----- 2 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 zshrc.d/shellrc (limited to 'zshrc.d') diff --git a/zshrc.d/prompt b/zshrc.d/prompt index 08e7ad1..72cbf44 100644 --- a/zshrc.d/prompt +++ b/zshrc.d/prompt @@ -1,5 +1,8 @@ # vim: ft=zsh +# Disable default prompt +command -v prompt >/dev/null && prompt off + [ $UID -eq 0 ] && NCOLOR="red" || NCOLOR="green" PROMPT="%(?..%{$fg_bold[yellow]%}EXIT: %? )%{$fg_bold[$NCOLOR]%}%n@%m:%{$fg_bold[blue]%}%1~%{$fg_bold[$NCOLOR]%}%(!.#.$)%{$reset_color%} " diff --git a/zshrc.d/shellrc b/zshrc.d/shellrc deleted file mode 100644 index 049e5fc..0000000 --- a/zshrc.d/shellrc +++ /dev/null @@ -1,5 +0,0 @@ -# vim: ft=zsh - -for sh in /usr/share/shellrc/*; do - [ -r "$sh" ] && . "$sh" -done -- cgit v1.2.3