1 2 3 4 5 6 7 8 9 10 11 12 13 14
{ programs = { zsh = { enable = true; initExtra = '' if [[ $(ps -o command= -p "$PPID" | awk '{print $1}') != 'fish' ]] then exec fish -l fi ''; }; }; }