1
0
Fork 0

Silence git hints about default branch

This commit is contained in:
Sandro - 2023-01-30 00:35:32 +01:00
parent 4c1d718f76
commit 1883bb321f
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 8 additions and 0 deletions

View File

@ -93,6 +93,13 @@
programs = {
fzf.keybindings = true;
git = {
enable = true;
# silence hints in various programs like drone
config.init.defaultBranch = "master";
};
tmux = {
enable = true;
aggressiveResize = true;
@ -117,6 +124,7 @@
bind-key -Tcopy-mode-vi y send -X copy-selection-no-clear
'';
};
vim.defaultEditor = true;
};