My NixOS dotfiles
0

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿš‘ make kitten ssh not the default

Simon R. - fantomitechno (Jul 1, 2026, 1:51 PM +0200) 41eb37f9 bf24f20e

+1 -1
+1 -1
modules/terminal.nix
··· 12 12 }; 13 13 zsh = { 14 14 shellAliases = { 15 - ssh = "TERM=xterm-256color kitten ssh"; 15 + kssh = "TERM=xterm-256color kitten ssh"; 16 16 }; 17 17 }; 18 18 };