diff options
author | Tyler Davis <tyler@gluecode.net> | 2023-10-31 22:06:19 +0000 |
---|---|---|
committer | Tyler Davis <tyler@gluecode.net> | 2023-10-31 22:06:19 +0000 |
commit | c48e9086fcf7a2a98fd17039a6d1cdb2bf60a7cb (patch) | |
tree | 7f61dc3a6c62aa7e966571d94d0b43983df94a93 /.profile | |
parent | f475ded3729d353ccd020c498ebbaceb4c89a5da (diff) | |
download | dotfiles-c48e9086fcf7a2a98fd17039a6d1cdb2bf60a7cb.tar.gz dotfiles-c48e9086fcf7a2a98fd17039a6d1cdb2bf60a7cb.zip |
profile: switch note to reference sr.ht
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -127,7 +127,7 @@ fi ## == DOTFILES == # To load files -# git clone --bare https://github.com/tydavis/dotfiles.git $HOME/.dotfiles +# git clone --bare git@git.sr.ht:~tydavis/dotfiles $HOME/.dotfiles #shorten the git dotfiles management alias dotfiles='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' |