aboutsummaryrefslogtreecommitdiff
path: root/home-manager/zsh/default.nix
blob: 400d11e1d14bdc85d2c9be9c7c707c986f911040 (plain)
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
      '';
    };
  };
}
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.