Explorar el Código

nixpkgs/elvish: place PATH first

Thomas Dy hace 2 años
padre
commit
4bddb43e8c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .config/nixpkgs/elvish/flake.nix

+ 1 - 1
.config/nixpkgs/elvish/flake.nix

@@ -57,7 +57,7 @@
         writeScriptBin "elvish" ''
           #!/bin/sh
           export XDG_DATA_DIRS="${config}:$XDG_DATA_DIRS"
-          export PATH="$PATH:${carapace-bin}/bin"
+          export PATH="${carapace-bin}/bin:$PATH"
           if [ -z "$KEYCTL_INIT" ]; then
             export KEYCTL_INIT=1
             keyctl new_session >/dev/null