diff --git a/gitconfig_t b/gitconfig_t deleted file mode 100644 index 54efde8..0000000 --- a/gitconfig_t +++ /dev/null @@ -1,39 +0,0 @@ -[user] - name = - email = -[apply] - whitespace = warn -[color] - diff = auto - status = auto - branch = auto - ui = true -[core] - editor = vim - excludesfile = ~/.gitignore - quotepath = false -[help] - autocorrect = 1 -[status] - submodule = 1 -[push] - # Only push branches that have been set up to track a remote branch. - default = current -[github] - user = - token = - -[alias] - co = checkout - ci = commit - st = status - br = branch - type = cat-file -t - dump = cat-file -p - hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short - # Log display from screencast, with train tracks. - l = log --graph --pretty=format':%C(yellow)%h%Cblue%d%Creset %s %C(white) %an, %ar%Creset' - # Alternate log display from Scott Chacon - lol = log --pretty=oneline --abbrev-commit --graph --decorate - # Usage: git track origin/feature-123-login-form - track = checkout -t diff --git a/zshrc b/zshrc index 2cea071..3b448ac 100644 --- a/zshrc +++ b/zshrc @@ -4,8 +4,6 @@ . $ZSH/completion . $ZSH/correction -[[ -f ~/Documents/code/rightbonus/script/shortcuts ]] && . ~/Documents/code/rightbonus/script/shortcuts - # use .localrc for settings specific to one system [[ -f ~/.localrc ]] && . ~/.localrc