repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python311Packages.moto: 4.2.6 -> 4.2.10
[NixPkgs.git]
/
pkgs
/
build-support
/
setup-hooks
/
patch-rc-path-hooks
/
test
/
sample_source.fish
blob
f638fe5e24d1134d6dffd8459b9cef7e1c282867
1
begin
2
for p in $PATH
3
if test $p != "$PWD/bravo"
4
set TEMPORARY_PATH $TEMPORARY_PATH $p
5
end
6
end
7
set -g PATH $TEMPORARY_PATH
8
end
9
set PATH "$PWD/charlie" $PATH