mirror of
https://github.com/samsonjs/config.git
synced 2026-03-25 09:15:47 +00:00
Use difftastic for git and add fzf to zsh
This commit is contained in:
parent
0d7f49d84a
commit
b09bddfcdd
2 changed files with 5 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
||||||
[commit]
|
[commit]
|
||||||
verbose = true
|
verbose = true
|
||||||
[diff]
|
[diff]
|
||||||
|
external = difft
|
||||||
algorithm = histogram
|
algorithm = histogram
|
||||||
mnemonicprefix = true
|
mnemonicprefix = true
|
||||||
renames = copies
|
renames = copies
|
||||||
|
|
|
||||||
4
zshrc
4
zshrc
|
|
@ -321,6 +321,10 @@ autoload -Uz compinit
|
||||||
compinit
|
compinit
|
||||||
compdef _gnu_generic zed
|
compdef _gnu_generic zed
|
||||||
|
|
||||||
|
if command_exists fzf; then
|
||||||
|
source <(fzf --zsh)
|
||||||
|
fi
|
||||||
|
|
||||||
### devicectl
|
### devicectl
|
||||||
# ==========
|
# ==========
|
||||||
# Gui Rambo's iOS device control functions
|
# Gui Rambo's iOS device control functions
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue