mirror of
https://github.com/correl/dotfiles.git
synced 2025-03-10 17:00:06 -09:00
5 lines
97 B
Bash
5 lines
97 B
Bash
#!/bin/bash
|
|
set +e
|
|
|
|
_recipe path
|
|
_run "Add dotfiles/bin to PATH" _path_high ${HOME}/dotfiles/bin
|