Always show user@hostname in zsh
This commit is contained in:
parent
8bb414c45e
commit
78f7a7cc87
2 changed files with 2 additions and 2 deletions
|
|
@ -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 = [
|
||||||
|
|
|
||||||
|
|
@ -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='⭐'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue