#!/usr/bin/env zsh # Make nix shell run zsh alias nix-shell="nix-shell --command zsh" # Add nix-shell prefix to prompt in the same style as python venv if [ -n "$IN_NIX_SHELL" ]; then PS1PREFIX="(nix-shell) " fi