Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Commit

Permalink
Update history
Browse files Browse the repository at this point in the history
  • Loading branch information
glejeune committed Mar 2, 2016
1 parent 1935593 commit e1aa158
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions _gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
[mergetool "splice"]
cmd = "vim -f $BASE $LOCAL $REMOTE $MERGED -c 'SpliceInit'"
trustExitCode = true
[pull]
rebase = true
2 changes: 1 addition & 1 deletion _muttrc
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,4 @@ color index red default ~D # Deleted
# - GPG

source ~/.dotrc/mutt-gpg.rc
#source ~/.mutt/muttrc.local
source ~/.mutt/muttrc.local
2 changes: 1 addition & 1 deletion _zsh/rc/alias
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ alias gco='git checkout'
#compdef gco=git

alias gst='git status'

alias gls='git ls-files'
gdf() { git diff --color $@ | diff-so-fancy }

alias mci='mvn clean install'
alias mcit='mvn clean install -DskipTests'
Expand Down
3 changes: 3 additions & 0 deletions _zsh/rc/history
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## Set up history
zshrc_load_status History

setopt inc_append_history
setopt share_history

HISTSIZE=1000
HISTFILE="$HOME/.zsh_history"
SAVEHIST=1000
Expand Down

0 comments on commit e1aa158

Please sign in to comment.