From 1eb581b32d4f68e59c2a4ae9de08d033011b40b5 Mon Sep 17 00:00:00 2001 From: cswimr Date: Tue, 4 Feb 2025 11:51:36 -0600 Subject: [PATCH] moving over more stuff from `xonsh` --- nixos/shell.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixos/shell.nix b/nixos/shell.nix index c6fe026..f6a63fb 100644 --- a/nixos/shell.nix +++ b/nixos/shell.nix @@ -53,8 +53,14 @@ if (( $+commands[kitten] )); then alias "ssh"="kitten ssh" fi + + source ${pkgs.nix-index}/etc/profile.d/command-not-found.sh ''; + promptInit = '' + ${pkgs.any-nix-shell}/bin/any-nix-shell zsh --info-right | source /dev/stdin + ''; + shellAliases = { ff = "fastfetch"; neofetch = "fastfetch";