mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Merge branch 'master' of github.com:Matir/dotfiles
This commit is contained in:
@@ -2,9 +2,7 @@
|
|||||||
name = David Tomaschik
|
name = David Tomaschik
|
||||||
email = david@systemoverlord.com
|
email = david@systemoverlord.com
|
||||||
[push]
|
[push]
|
||||||
# Simple is not supported on git < 2.0
|
default = current
|
||||||
#default = simple
|
|
||||||
default = matching
|
|
||||||
[core]
|
[core]
|
||||||
excludesfile = ~/.gitignore
|
excludesfile = ~/.gitignore
|
||||||
[web]
|
[web]
|
||||||
|
|||||||
2
zshrc
2
zshrc
@@ -45,4 +45,4 @@ bindkey '^[[1;5C' forward-word
|
|||||||
bindkey '^[[1;5D' backward-word
|
bindkey '^[[1;5D' backward-word
|
||||||
|
|
||||||
# Load any local settings
|
# Load any local settings
|
||||||
if [ -e $HOME/.zsh_local ] ; then source $HOME/.zsh_local ; fi
|
if [ -e $HOME/.zshrc.local ] ; then source $HOME/.zshrc.local ; fi
|
||||||
|
|||||||
Reference in New Issue
Block a user