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

14 commits

Author SHA1 Message Date
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
77142b03d4
fix nushell hash 2026-03-14 21:21:32 +01:00
cb442ce45e
bump nushell 2026-03-11 20:37:50 +01:00
462724af45
cli changes
- fix: make nushell central's default shell
- fix: ls aliases
- add batgrep aliases
- add lazygit
2026-02-15 15:28:54 +01:00
0505ec375b
shell: remove uv .venv prompt, add prefix 2026-01-30 14:47:45 +01:00
b5d2518afd
shell: fix zoxide cd 2026-01-30 14:47:24 +01:00
144a01df3e
nvim: small tweaks 2026-01-24 14:07:59 +01:00
eb03e6ef9d
shell: add aliases 2026-01-21 21:27:59 +01:00
f9791ff888
shell: add aliases 2026-01-20 18:17:48 +01:00
552a6d8f42
aliases: add rbc 2026-01-20 16:41:31 +01:00
437d52c35d
nvim: shortcut and dashboard changes
- nvim: shorcut and dashboard changes
- shell: fix greeting
2026-01-20 16:28:08 +01:00
bd2e9ca61d
nvim: QoL features 2026-01-19 23:08:50 +01:00
3f34891413
config: command-line revamp 2026-01-18 22:12:00 +01:00