Browse Source

git: ++nb: notabug.org

master
Maxim Likhachev 6 years ago
parent
commit
a5c5826ec9
  1. 1
      etc/soft/git/gitconfig

1
etc/soft/git/gitconfig

@ -62,6 +62,7 @@
url = !git remote -v | grep fetch | grep -o 'https.* ' | xargs xdg-open url = !git remote -v | grep fetch | grep -o 'https.* ' | xargs xdg-open
hub = "!github_clone() { git clone git://github.com/${1}.git; }; github_clone" hub = "!github_clone() { git clone git://github.com/${1}.git; }; github_clone"
nb = "!github_clone() { git clone https://notabug.org/${1}.git; }; github_clone"
calendar = !git-cal calendar = !git-cal

Loading…
Cancel
Save