From d96fbc5bcb9c039f875c4a55cff31edda57d5e6e Mon Sep 17 00:00:00 2001 From: Neil Prockter Date: Mon, 29 Jul 2024 18:16:06 +0100 Subject: [PATCH] fix(docs): correct username options (#6084) correct username options These seem to have been copied from hostname and did not make sense --- docs/config/README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/docs/config/README.md b/docs/config/README.md index 046680a3..f7c806ca 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -4550,7 +4550,7 @@ these variables, one workaround is to set one of them with a dummy value. ### Example -#### Always show the hostname +#### Always show the username ```toml # ~/.config/starship.toml @@ -4564,17 +4564,6 @@ show_always = true aliases = { "corpuser034g" = "matchai" } ``` -#### Hide the hostname in remote tmux sessions - -```toml -# ~/.config/starship.toml - -[hostname] -ssh_only = false -detect_env_vars = ['!TMUX', 'SSH_CONNECTION'] -disabled = false -``` - ## Vagrant The `vagrant` module shows the currently installed version of [Vagrant](https://www.vagrantup.com/).