Skip to content

Commit

Permalink
fixed ~/dotfiles dir to ~/github
Browse files Browse the repository at this point in the history
  • Loading branch information
linkarzu committed Jan 30, 2024
1 parent d5dbe79 commit 88e550d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zshrc/zshrc-file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ echo
if [ ! -d ~/github/dotfiles-latest ]; then
echo
echo "Cloning dotfiles-latest repo where my latest changes are"
mkdir -p ~/dotfiles
cd ~/dotfiles
mkdir -p ~/github
cd ~/github
git clone https://github.com/linkarzu/dotfiles-latest.git >/dev/null 2>&1
fi

Expand Down

0 comments on commit 88e550d

Please sign in to comment.