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]
|
||||
verbose = true
|
||||
[diff]
|
||||
external = difft
|
||||
algorithm = histogram
|
||||
mnemonicprefix = true
|
||||
renames = copies
|
||||
|
|
|
|||
4
zshrc
4
zshrc
|
|
@ -321,6 +321,10 @@ autoload -Uz compinit
|
|||
compinit
|
||||
compdef _gnu_generic zed
|
||||
|
||||
if command_exists fzf; then
|
||||
source <(fzf --zsh)
|
||||
fi
|
||||
|
||||
### devicectl
|
||||
# ==========
|
||||
# Gui Rambo's iOS device control functions
|
||||
|
|
|
|||
Loading…
Reference in a new issue