zsh other

This commit is contained in:
Andrey Anurin
2016-05-16 23:59:16 -07:00
parent 8ac8c72aa4
commit 79b822882e
455 changed files with 3973 additions and 1725 deletions

View File

@@ -87,6 +87,8 @@ function .g-init() {
git init --bare $HOME/.dotgit
.g config --local status.showUntrackedFiles no
.g remote add origin ssh://dedi/root/.dotgit
git config --global user.name "Your Name"
git config --global user.email you@example.com
}
function twitch() {