Update documentation
parent
b968ecac80
commit
c4b8d4cf2e
|
|
@ -45,16 +45,16 @@ source "$BASH_IT"/bash_it.sh
|
||||||
### Usage
|
### Usage
|
||||||
|
|
||||||
When using a ssh session, the theme will display `user@hostname`.
|
When using a ssh session, the theme will display `user@hostname`.
|
||||||
You can disable this information with `BASH_IT_THEME_BARBUK_SSH_INFO`.
|
You can disable this information with `BARBUK_SSH_INFO`.
|
||||||
|
|
||||||
The hostname is displayed in the FQDN format by default. You
|
The hostname is displayed in the FQDN format by default. You
|
||||||
can use the short hostname format with `BASH_IT_THEME_BARBUK_HOST_INFO`.
|
can use the short hostname format with `BARBUK_HOST_INFO`.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# short or long
|
# short or long
|
||||||
export BASH_IT_THEME_BARBUK_HOST_INFO=short
|
export BARBUK_HOST_INFO=short
|
||||||
# true or false
|
# true or false
|
||||||
export BASH_IT_THEME_BARBUK_SSH_INFO=false
|
export BARBUK_SSH_INFO=false
|
||||||
source "$BASH_IT"/bash_it.sh
|
source "$BASH_IT"/bash_it.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue