mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-15 03:00:11 +00:00
6 lines
143 B
Bash
6 lines
143 B
Bash
#!/bin/bash
|
|
# Description: Various scripts and utilities
|
|
set -e
|
|
|
|
_recipe _path
|
|
_run "Add dotfiles/bin to PATH" _path_high ${HOME}/dotfiles/bin
|