dotfiles

:)
git clone https://git.sr.ht/~ashymad/dotfiles
Log | Files | Refs | Submodules | LICENSE

commit 1e44de0ec1589561352f0e477465223e519b56a9
parent 23142066316853990613b9facf5313e8dd0d8151
Author: Szymon Mikulicz <szymon.mikulicz@posteo.net>
Date:   Mon, 27 Apr 2026 17:00:10 +0200

Hostname in starship

Diffstat:
Mstarship/.config/starship.toml | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml @@ -1,6 +1,6 @@ add_newline = false command_timeout = 200 -format = "[$directory$git_branch$git_status$character]($style)" +format = "[$hostname$directory$git_branch$git_status$character]($style)" [character] error_symbol = "[!>](bold cyan)" @@ -31,4 +31,7 @@ modified = "" stashed = "" staged = "" renamed = "" -deleted = "" +deleted = "" + +[hostname] +format = '[@$hostname]($style) '