diff --git a/config/firefox/search.nix b/config/firefox/search.nix index 8b835f8..939e977 100644 --- a/config/firefox/search.nix +++ b/config/firefox/search.nix @@ -32,7 +32,7 @@ definedAliases = [ "@link" ]; }; - "Google" = { + "google" = { urls = [{ template = "https://www.google.com/search"; params = [ diff --git a/config/p10k.zsh b/config/p10k.zsh index e1c445f..00ac431 100644 --- a/config/p10k.zsh +++ b/config/p10k.zsh @@ -918,7 +918,7 @@ # Don't show context unless running with privileges or in SSH. # Tip: Remove the next line to always show context. - typeset -g POWERLEVEL9K_CONTEXT_{DEFAULT,SUDO}_{CONTENT,VISUAL_IDENTIFIER}_EXPANSION= + # typeset -g POWERLEVEL9K_CONTEXT_{DEFAULT,SUDO}_{CONTENT,VISUAL_IDENTIFIER}_EXPANSION= # Custom icon. # typeset -g POWERLEVEL9K_CONTEXT_VISUAL_IDENTIFIER_EXPANSION='⭐'