summaryrefslogtreecommitdiff
path: root/home-config/starship
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-06-21 22:52:21 -0400
committerFreya Murphy <freya@freyacat.org>2024-06-21 22:52:21 -0400
commitcf5d8d92f1904511006a89970349dbf723ae1732 (patch)
tree2deb7af8e9031a502b6b7f1c263198e4d6b93f9f /home-config/starship
parentupdate guixstrap (diff)
downloaddotfiles-guix-cf5d8d92f1904511006a89970349dbf723ae1732.tar.gz
dotfiles-guix-cf5d8d92f1904511006a89970349dbf723ae1732.tar.bz2
dotfiles-guix-cf5d8d92f1904511006a89970349dbf723ae1732.zip
update things
Diffstat (limited to 'home-config/starship')
-rw-r--r--home-config/starship/starship.toml32
1 files changed, 0 insertions, 32 deletions
diff --git a/home-config/starship/starship.toml b/home-config/starship/starship.toml
deleted file mode 100644
index b3e3af7..0000000
--- a/home-config/starship/starship.toml
+++ /dev/null
@@ -1,32 +0,0 @@
-format = """
-╭─ \
-$username\
-$hostname\
-$git_branch\
-$directory\
-$line_break\
-╰─
-"""
-
-[username]
-style_user = 'bold blue'
-style_root = 'bold red'
-format = '[$user]($style) '
-disabled = false
-show_always = true
-
-[hostname]
-ssh_only = false
-format = 'on [$hostname](bold red) '
-disabled = false
-
-[directory]
-format = '[$path]($style)[$read_only]($read_only_style) '
-truncation_length = -1
-truncate_to_repo = false
-truncation_symbol = '…/'
-
-[git_branch]
-style = 'bold fg:97'
-format = 'at [$symbol$branch(:$remote_branch)]($style) '
-