Made a custom oh-my-zsh theme based on the theme jonathan

This commit is contained in:
KoenDR06 2024-05-24 00:20:47 +02:00
parent 1929a4a94d
commit c5f49adb35
2 changed files with 126 additions and 1 deletions

View file

@ -25,7 +25,8 @@
"python"
"git-auto-fetch"
];
theme = "aussiegeek";
custom = "/home/horseman/nix-config/pkgs/zsh/";
theme = "jonathan";
};
shellInit = "if [[ $(tty) == \"/dev/tty\"* ]]; then; bash; fi";