shortcut
This commit is contained in:
parent
69fb93a664
commit
d22add5bfd
1 changed files with 1 additions and 4 deletions
|
@ -2,7 +2,4 @@
|
||||||
|
|
||||||
cd "$OLDPWD"
|
cd "$OLDPWD"
|
||||||
|
|
||||||
GNU_PATH="$HOME/.local/gnu_bin"
|
PATH_add "/opt/homebrew/opt/gnu-sed/libexec/gnubin"
|
||||||
mkdir -p "$GNU_PATH"
|
|
||||||
test -f "$GNU_PATH/sed" || ln -s "$(which gsed)" "$GNU_PATH/sed"
|
|
||||||
PATH_add "$GNU_PATH"
|
|
||||||
|
|
Loading…
Reference in a new issue