Compare commits
2 Commits
17ee05fc04
...
07f0d1a465
Author | SHA1 | Date |
---|---|---|
Zynh Ludwig | 07f0d1a465 | |
Zynh Ludwig | 99c38b16fc |
|
@ -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 New Issue