some fixes

This commit is contained in:
Bryan Ramos 2023-06-07 12:31:54 -04:00
parent 769e23cb46
commit cd11fb5334
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,6 @@
'' ''
export EDITOR=nvim
function cdg() { function cdg() {
if [[ $1 == "--help" ]]; then if [[ $1 == "--help" ]]; then
echo "A simple utility for navigating to the root of a git repo" echo "A simple utility for navigating to the root of a git repo"

View file

@ -21,6 +21,5 @@
"geo.enabled" = false; "geo.enabled" = false;
"privacy.trackingprotection.enabled" = true; "privacy.trackingprotection.enabled" = true;
"ui.key.menuAcessKeyFocus" = false;
}; };
} }