moving over more stuff from xonsh

This commit is contained in:
cswimr 2025-02-04 11:51:36 -06:00
parent 1c9258ee7d
commit 1eb581b32d
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -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";