Skip to content

Commit

Permalink
feat: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
leozhantw committed Sep 26, 2020
1 parent 316a433 commit 46dc03d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .netrwhist
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
let g:netrw_dirhistmax =10
let g:netrw_dirhistcnt =2
let g:netrw_dirhist_2='/Users/leozhan/.docker'
let g:netrw_dirhist_1='/usr/local/share/zsh'
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ init:
link:
ln -fs `pwd`/bash_profile ~/.bash_profile
ln -fs `pwd`/gitconfig ~/.gitconfig
ln -fs `pwd`/gitignore ~/.gitignore
ln -fs `pwd`/vim ~/.vim
ln -fs `pwd`/vimrc ~/.vimrc
ln -fs `pwd`/zshrc ~/.zshrc
Expand Down
11 changes: 9 additions & 2 deletions gitconfig
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[user]
name = LeoZhan
email = leozhan@kkbox.com
email = leo3838ok@gmail.com
[core]
excludesfile = ~/.gitignore
quotepath = false
[color]
ui = auto
ui = auto
[alias]
fp = fetch -p
#############
Expand Down Expand Up @@ -39,3 +40,9 @@
re = reset
reh = reset --hard
rehh = reset --hard HEAD
[gui]
encoding = utf-8
[i18n "commit"]
encoding = utf-8
[i18n]
logoutputencoding = utf-8
2 changes: 2 additions & 0 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,6 @@ source $ZSH/oh-my-zsh.sh
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"

alias git='LANG=en_GB git'

source ~/.customrc

0 comments on commit 46dc03d

Please sign in to comment.