This commit is contained in:
2016-10-20 00:11:35 +04:00
4 changed files with 53 additions and 5 deletions

View File

@@ -42,8 +42,9 @@ bindkey '\e[4~' end-of-line
bindkey "\eOH" beginning-of-line
bindkey "\eOF" end-of-line
. ~/.zalias
# --------------------------------------- ALIASES --------------------------------------------------
export R="$HOME/work/google3"
# aliases
alias g="git"
@@ -89,7 +90,8 @@ function .g-init() {
.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
git config --global user.email you@example.com
.g remote add origin ssh://dedi/var/www/git.abra.me/dot.git
}
function twitch() {