]> Sergey Matveev's repositories - dotfiles.git/blobdiff - zsh/.zshrc
fzf
[dotfiles.git] / zsh / .zshrc
index 77a5aba13b99e73e407d679d5cb8e0b396b2dde8..e5f02abe87c2c2666e9ab84a04dc6b6b09c38874 100644 (file)
@@ -124,6 +124,7 @@ alias Gm="git diff --name-only --diff-filter=M"
 alias Gam="git commit --amend"
 
 alias Gl="git log --oneline --graph --decorate=short"
+alias Gld="git log --format=format:'%ai %Cgreen%h%Creset %s'"
 alias Gr="git --no-pager log --oneline -n 20 | perl -ne 'print \"@~\$n \$_\"; \$n++'"
 alias Grr="git --no-pager log --oneline --graph -n 1024 | vi -c 'setlocal filetype=gitrebase buftype=nofile noswapfile' -"
 
@@ -207,3 +208,7 @@ ZSH_HIGHLIGHT_STYLES[path_pathseparator]="fg=white,bold,underline"
 . ~/work/zsh-autosuggestions/zsh-autosuggestions.zsh
 ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=cyan"
 # }}}
+
+# fzf {{{
+. ~/work/fzf/shell/key-bindings.zsh
+# }}}