This commit is contained in:
dmahacker 2025-01-29 10:10:19 +08:00
parent aea74b6108
commit cb8dfe2d0f
2 changed files with 6 additions and 0 deletions

View File

@ -38,6 +38,11 @@ Host home6
Port 13911
User dma
Host iohome
Hostname io.qhack.cn
Port 57799
User dma
Host gate
Hostname 192.168.124.1
Port 22

1
.zshrc
View File

@ -8,6 +8,7 @@ export TERM="xterm"
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS=@im=fcitx
export QT_QPA_PLATFORM="wayland;xcb"
export SSHED_CONFIG_FILE="$HOME/.ssh/dma-config"
ZSH_THEME="headline"