mirror of
https://github.com/nmasur/dotfiles
synced 2025-04-24 09:12:23 +00:00
Compare commits
No commits in common. "2bfb8ea8b57df564a1a3de439a988d8441bc7c88" and "7e3ab279af7fc305d062c2ff1b5514b87e930b65" have entirely different histories.
2bfb8ea8b5
...
7e3ab279af
@ -71,8 +71,6 @@
|
|||||||
"cookiebanners.ui.desktop.enabled" = true; # Reject cookie popups
|
"cookiebanners.ui.desktop.enabled" = true; # Reject cookie popups
|
||||||
"devtools.command-button-screenshot.enabled" = true; # Scrolling screenshot of entire page
|
"devtools.command-button-screenshot.enabled" = true; # Scrolling screenshot of entire page
|
||||||
"svg.context-properties.content.enabled" = true; # Sidebery styling
|
"svg.context-properties.content.enabled" = true; # Sidebery styling
|
||||||
"browser.tabs.hoverPreview.enabled" = false; # Disable tab previews
|
|
||||||
"browser.tabs.hoverPreview.showThumbnails" = false; # Disable tab previews
|
|
||||||
};
|
};
|
||||||
userChrome = ''
|
userChrome = ''
|
||||||
:root {
|
:root {
|
||||||
|
@ -113,11 +113,7 @@ in
|
|||||||
gpd = "git push origin -d";
|
gpd = "git push origin -d";
|
||||||
gbd = "git branch -d";
|
gbd = "git branch -d";
|
||||||
gbD = "git branch -D";
|
gbD = "git branch -D";
|
||||||
gdd = {
|
gdd = "git-delete-both";
|
||||||
position = "anywhere";
|
|
||||||
setCursor = true;
|
|
||||||
expansion = "BRANCH=% git push origin -d $BRANCH and git branch -d $BRANCH";
|
|
||||||
};
|
|
||||||
gr = "git reset";
|
gr = "git reset";
|
||||||
grh = "git reset --hard";
|
grh = "git reset --hard";
|
||||||
gm = "git merge";
|
gm = "git merge";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user