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/).