Compare commits

..

No commits in common. "2bfb8ea8b57df564a1a3de439a988d8441bc7c88" and "7e3ab279af7fc305d062c2ff1b5514b87e930b65" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View File

@ -71,8 +71,6 @@
"cookiebanners.ui.desktop.enabled" = true; # Reject cookie popups
"devtools.command-button-screenshot.enabled" = true; # Scrolling screenshot of entire page
"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 = ''
:root {

View File

@ -113,11 +113,7 @@ in
gpd = "git push origin -d";
gbd = "git branch -d";
gbD = "git branch -D";
gdd = {
position = "anywhere";
setCursor = true;
expansion = "BRANCH=% git push origin -d $BRANCH and git branch -d $BRANCH";
};
gdd = "git-delete-both";
gr = "git reset";
grh = "git reset --hard";
gm = "git merge";