From 3d8c430dc79e745be10a611715c6d1ddc53c4117 Mon Sep 17 00:00:00 2001 From: jay Date: Thu, 19 Jan 2023 00:03:59 +0800 Subject: [PATCH] update --- ssh/config | 3 +-- zshrc_zinit | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ssh/config b/ssh/config index 970d37b..6fd0e1e 100644 --- a/ssh/config +++ b/ssh/config @@ -9,8 +9,7 @@ Host git.lawsnote.com HostName git.lawsnote.com Host dev - User mtfos - HostName 192.168.200.14 + HostName 192.168.200.15 Host vpn User root diff --git a/zshrc_zinit b/zshrc_zinit index c77d7b0..b3826f9 100644 --- a/zshrc_zinit +++ b/zshrc_zinit @@ -37,7 +37,7 @@ zinit snippet OMZ::plugins/tmux {{/if}} # theme -zinit light "tinyRatP/ys" +zinit light "otakukaze/zsh-ys-theme" # auto load other zshfiles [ -f "$HOME/.zsh/zsh.sh" ] && source "$HOME/.zsh/zsh.sh"