Compare commits
2 commits
17ee05fc04
...
07f0d1a465
Author | SHA1 | Date | |
---|---|---|---|
07f0d1a465 | |||
99c38b16fc |
2 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,8 @@ set -U fish_greeting
|
|||
|
||||
if status is-interactive
|
||||
# Commands to run in interactive sessions can go here
|
||||
|
||||
bind \cG lazygit
|
||||
end
|
||||
|
||||
function fish_user_key_bindings
|
||||
|
|
|
@ -43,6 +43,8 @@ in
|
|||
safecrlf = true;
|
||||
};
|
||||
|
||||
pull.rebase = true;
|
||||
|
||||
credential = {
|
||||
helper = [
|
||||
"cache --timeout 7200"
|
||||
|
|
Loading…
Reference in a new issue