mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
some fixes
This commit is contained in:
parent
769e23cb46
commit
cd11fb5334
2 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,5 @@
|
||||||
|
|
||||||
"geo.enabled" = false;
|
"geo.enabled" = false;
|
||||||
"privacy.trackingprotection.enabled" = true;
|
"privacy.trackingprotection.enabled" = true;
|
||||||
"ui.key.menuAcessKeyFocus" = false;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue