Skip to content

ozaki25/zshrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

git config --global alias.s status
git config --global alias.l log
git config --global alias.b branch
git config --global alias.co checkout
git config --global alias.f fetch
git config --global alias.p 'push origin'
git config --global alias.pu 'pull origin'
git config --global alias.pm 'push origin master'
git config --global alias.pum 'pull origin master'
git config --global alias.com 'commit -m'
git config --global alias.m 'merge'
git config --global alias.amend 'commit --amend'

defaults write -g InitialKeyRepeat -int 10
defaults read -g InitialKeyRepeat
defaults write -g KeyRepeat -int 1
defaults read -g KeyRepeat
defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder
chsh -s /bin/zsh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages