From 78f7a7cc87e95c5fc7b2fd47143cbe02da645369 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Tue, 2 Sep 2025 02:07:42 +0200 Subject: [PATCH] Always show user@hostname in zsh --- config/firefox/search.nix | 2 +- config/p10k.zsh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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='⭐'