1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-05-30 08:37:01 +02:00
Commit graph

8 commits

Author SHA1 Message Date
2f6b684b28
Clean up retired site config 2026-05-26 19:06:25 +02:00
181b787ce5
fix nushell not being default shell 2026-04-06 15:00:10 +02:00
8eaea782ab
shell stuff for zed 2026-03-27 14:04:27 +01:00
eac37f9535
fixes 2026-03-20 17:58:21 +01:00
44b56d6fcf
fix macOS local terminals not exec-ing nu
The SSH_TTY guard was too broad — it broke local terminal sessions on
macOS. Use platform-specific conditions: Darwin omits the SSH_TTY check
(always exec nu unless IDE/skip), Linux keeps it (only exec nu for
interactive SSH, leaving non-interactive sessions like Codex in zsh).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-16 17:16:35 +01:00
c72bd220d3
use zsh as login shell on Linux, exec nu for interactive SSH
Set thegeneralist-central's user shell to zsh (matching macOS pattern).
Drop the isDarwin guard on .zshrc generation so all hosts get the
SSH_TTY-gated nu exec — non-interactive SSH (Codex etc.) stays in zsh,
real interactive sessions still land in nu.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-16 15:14:15 +01:00
144a01df3e
nvim: small tweaks 2026-01-24 14:07:59 +01:00
3f34891413
config: command-line revamp 2026-01-18 22:12:00 +01:00