dotfiles

config files and scripts
git clone git://git.hanetzok.net/dotfiles
Log | Files | Refs

commit 6c28202629a17fb01a6dc0656af1475502cfc82f
parent 1571ce7951eca63c681cbe0ebd1f4173f1537dc7
Author: Markus Hanetzok <markus@hanetzok.net>
Date:   Sun,  5 Oct 2025 23:12:05 +0200

add dracula colorscheme for TTY

Diffstat:
M.config/zsh/.zshrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc @@ -1,4 +1,5 @@ source "$HOME/.config/zsh/aliases" +source "$HOME/.config/zsh/dracula-tty.sh" # Enable colors and change prompt: autoload -U colors && colors # Load colors