This commit is contained in:
CDaut 2024-04-22 15:15:19 +02:00
parent 72b7b80412
commit ea0bff8e51
Signed by: clara
GPG key ID: 223391B52FAD4463
6 changed files with 16 additions and 8 deletions

View file

@ -9,6 +9,8 @@
ssh = "TERM=xterm-256color $(which -p ssh)";
};
initExtra = "eval \"$(direnv hook zsh)\"";
oh-my-zsh = {
enable = true;
plugins = [ "git" "battery" "docker" "docker-compose" "virtualenv" ];