[F] Fix auto tmux compatibility with ssh agent

This commit is contained in:
2026-05-02 09:12:34 +00:00
parent d83a0c3075
commit d21c95403f
4 changed files with 21 additions and 0 deletions
+2
View File
@@ -43,6 +43,8 @@ CFGSYNC="$SCR/../config-sync"
# Sync SSH Config
check-config $HOME/.ssh/config $CFGSYNC/ssh-config
check-config $HOME/.ssh/rc $CFGSYNC/ssh-rc
chmod +x $CFGSYNC/ssh-rc
# Check nanorc includes
# check-inject "$HOME/.nanorc" "include $SCR/../config-sync/nanorc"