mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-16 11:09:29 +00:00
[provisioning] Remove redundant recipe
This commit is contained in:
parent
170630ac12
commit
d1c9e12739
1 changed files with 0 additions and 18 deletions
18
recipes/path
18
recipes/path
|
@ -1,18 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
set +e
|
|
||||||
|
|
||||||
function _path_low {
|
|
||||||
PATH="$1:$PATH"
|
|
||||||
test -r ~/.bash_profile && echo "export PATH='$1'":'"$PATH"' >>~/.bash_profile
|
|
||||||
echo "export PATH='$1'":'"$PATH"' >>~/.profile
|
|
||||||
}
|
|
||||||
|
|
||||||
function _path_high {
|
|
||||||
PATH="$PATH:$1"
|
|
||||||
test -r ~/.bash_profile && echo 'export PATH="$PATH"':"'$PATH'" >>~/.bash_profile
|
|
||||||
echo "export PATH='$1'":'"$PATH"' >>~/.profile
|
|
||||||
}
|
|
||||||
|
|
||||||
function _path {
|
|
||||||
_path_low $@
|
|
||||||
}
|
|
Loading…
Reference in a new issue