Skip to content

Commit

Permalink
make rc/git/rm on the fly
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Oct 23, 2023
1 parent 9d0979c commit c755837
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
10 changes: 0 additions & 10 deletions rc/git/rm/.git-rc

This file was deleted.

3 changes: 1 addition & 2 deletions run.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
#!/bin/bash --login

shopt -s expand_aliases

if [ "$PWD" == "/" ]; then
export REPO=/rc
else
export REPO=$PWD/rc
fi
dir=$REPO/git
mkdir -p $dir/rm
echo "Adding git helpers repo $dir to PATH"
export PATH="$dir:$PATH"
echo "PATH: $PATH"
Expand Down

0 comments on commit c755837

Please sign in to comment.