We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c99cc commit c3c75feCopy full SHA for c3c75fe
arch/arch-node-dev.sh
@@ -56,3 +56,5 @@ sudo touch /etc/profile.d/gitRemoteChanger.sh && \
56
echo alias git-ssh=\'git remote set-url origin \"\$\(git remote get-url origin \| sed -E \'\\\'\'s,\^https://\(\[\^/\]\*\)/\(.\*\)\$,git@\\1:\\2,\'\\\'\'\)\"\' | sudo tee -a /etc/profile.d/gitRemoteChanger.sh && \
57
echo alias git-https=\'git remote set-url origin \"\$\(git remote get-url origin \| sed -E \'\\\'\'s,\^git@\(\[\^:\]\*\):/\*\(.\*\)\$,https://\\1/\\2,\'\\\'\'\)\"\' | sudo tee -a /etc/profile.d/gitRemoteChanger.sh && \
58
source /etc/profile.d/gitRemoteChanger.sh
59
+
60
+echo "All done, please restart / open a new zsh shell to ensure everything is loaded correctly"
0 commit comments