Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Kislyuk committed Apr 22, 2015
1 parent 3af097f commit 9748021
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions osx_settings.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Fast key repeat rate
defaults write GlobalDomain KeyRepeat -int 0

# Fast window maximizing
defaults write -g NSWindowResizeTime -float 0.003
3 changes: 2 additions & 1 deletion zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,13 @@ alias la='ls -a'
alias gs='git status'
alias gl='git log'
alias gd='git diff'
alias gsh='git show'
alias gc='git commit -a -m'
alias grim='gc "to be squashed commit" && git rebase -i master'
alias gco="git checkout"
alias gb='git branch'
alias gcm='git checkout master'
alias ga='git commit -a --amend'
alias grm='git rebase upstream/master'
alias gp='git pull upstream master'
alias gra='git reset --soft HEAD@{1}'

Expand Down

0 comments on commit 9748021

Please sign in to comment.