mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-16 11:09:29 +00:00
5 lines
98 B
Bash
5 lines
98 B
Bash
#!/bin/bash
|
|
set +e
|
|
|
|
_recipe _path
|
|
_run "Add dotfiles/bin to PATH" _path_high ${HOME}/dotfiles/bin
|