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
|
if status is-interactive
|
||||||
# Commands to run in interactive sessions can go here
|
# Commands to run in interactive sessions can go here
|
||||||
|
|
||||||
|
bind \cG lazygit
|
||||||
end
|
end
|
||||||
|
|
||||||
function fish_user_key_bindings
|
function fish_user_key_bindings
|
||||||
|
|
|
@ -43,6 +43,8 @@ in
|
||||||
safecrlf = true;
|
safecrlf = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pull.rebase = true;
|
||||||
|
|
||||||
credential = {
|
credential = {
|
||||||
helper = [
|
helper = [
|
||||||
"cache --timeout 7200"
|
"cache --timeout 7200"
|
||||||
|
|
Loading…
Reference in a new issue