dotfiles

Beau's configuration files
Log | Files | Refs

commit 93e9815b6a74654811a31ccb7115dd77b7d3e462
parent 77b192d49a4cb52352604a32777aaeac19fbd072
Author: C. Beau Hilton <cbeauhilton@gmail.com>
Date:   Sun, 21 Jun 2020 06:45:16 -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 for Arch. Runs on login. +# Profile file for Arch Linux. Runs on login. # Adds ruby to path PATH="$PATH:$(ruby -e 'puts Gem.user_dir')/bin"