Fix bash completion on darwin hosts
This commit is contained in:
parent
23a7229a4d
commit
04c9e5e772
|
@ -122,7 +122,9 @@
|
|||
extra = ''
|
||||
source ${self.packages.${system}.triton-utils}/bin/triton-docker.env.sh
|
||||
source ${self.packages.${system}.triton-utils}/bin/ttp.sh
|
||||
source ${pkgsFork.nodePackages.manta}/share/bash-completion/completions/manta
|
||||
if [ "$(uname)" == "Darwin" ]; then
|
||||
source $DEVSHELL_DIR/share/bash-completion/bash_completion
|
||||
fi
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue