Always show user@hostname in zsh

This commit is contained in:
Yan Lin 2025-09-02 02:07:42 +02:00
parent 8bb414c45e
commit 78f7a7cc87
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@
definedAliases = [ "@link" ]; definedAliases = [ "@link" ];
}; };
"Google" = { "google" = {
urls = [{ urls = [{
template = "https://www.google.com/search"; template = "https://www.google.com/search";
params = [ params = [

View file

@ -918,7 +918,7 @@
# Don't show context unless running with privileges or in SSH. # Don't show context unless running with privileges or in SSH.
# Tip: Remove the next line to always show context. # 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. # Custom icon.
# typeset -g POWERLEVEL9K_CONTEXT_VISUAL_IDENTIFIER_EXPANSION='⭐' # typeset -g POWERLEVEL9K_CONTEXT_VISUAL_IDENTIFIER_EXPANSION='⭐'