dotfiles

Beau's configuration files
Log | Files | Refs

commit 77b192d49a4cb52352604a32777aaeac19fbd072
parent d68d09fa5e71b41d6504c9031339167ffad41803
Author: C. Beau Hilton <cbeauhilton@gmail.com>
Date:   Sun, 21 Jun 2020 06:43:03 -0500

small change to test post-receive hook

Diffstat:
Mprofile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profile b/profile @@ -1,6 +1,6 @@ #!/usr/bin/env sh -# Profile file. Runs on login. +# Profile file for Arch. Runs on login. # Adds ruby to path PATH="$PATH:$(ruby -e 'puts Gem.user_dir')/bin"