aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/starship.toml
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-03-25 23:38:13 -0500
committerToby Vincent <tobyv13@gmail.com>2022-03-25 23:38:13 -0500
commite6051a38a672182c7f7dfa083ca1e72b97803c94 (patch)
tree734e251bab033169399432fe1c93fc879dfab578 /starship.toml
parentbb375ba979dfc0c575443f8309ee52d0fd446a26 (diff)
feat: migrated to gnu stow
Diffstat (limited to 'starship.toml')
-rw-r--r--starship.toml123
1 files changed, 0 insertions, 123 deletions
diff --git a/starship.toml b/starship.toml
deleted file mode 100644
index 8868f01..0000000
--- a/starship.toml
+++ /dev/null
@@ -1,123 +0,0 @@
-format = """
-$all\
-"""
-
-add_newline = false
-
-[fill]
-disabled = true
-symbol = ""
-
-[character]
-success_symbol = "[❯](green)"
-error_symbol = "[❯](red)"
-
-[aws]
-symbol = " "
-
-[conda]
-symbol = " "
-
-[cmd_duration]
-disabled = true
-format = "[$duration](bold yellow)"
-show_notifications = true
-min_time_to_notify = 1_000
-
-[dart]
-symbol = " "
-
-[directory]
-read_only = " "
-# truncation_length = 2
-fish_style_pwd_dir_length = 1
-truncate_to_repo = false
-repo_root_style = "bold purple"
-
-[directory.substitutions]
-"~/win" = " ~"
-"/mnt/c/Users/tobyv" = " ~"
-"/mnt/c" = ' C:'
-"/mnt/d" = ' D:'
-"/mnt/e" = ' E:'
-
-[docker_context]
-symbol = " "
-
-[elixir]
-symbol = " "
-
-[elm]
-symbol = " "
-
-[git_branch]
-symbol = " "
-
-[git_status]
-format = '([\[$conflicted$deleted$renamed$modified$staged$untracked$ahead_behind\]]($style) )'
-
-[golang]
-symbol = " "
-
-[hg_branch]
-symbol = " "
-
-[java]
-symbol = " "
-
-[julia]
-symbol = " "
-
-[memory_usage]
-symbol = " "
-
-[nim]
-symbol = " "
-
-[nix_shell]
-symbol = " "
-
-[package]
-symbol = " "
-
-[perl]
-symbol = " "
-
-[php]
-symbol = " "
-
-[python]
-symbol = " "
-
-[ruby]
-symbol = " "
-
-[rust]
-symbol = " "
-
-[scala]
-symbol = " "
-
-[shlvl]
-symbol = " "
-
-[status]
-disabled = true
-format = "[$symbol$maybe_int]($style)"
-pipestatus_format = "\\[$pipestatus\\]"
-pipestatus = true
-map_symbol = true
-style = "red"
-symbol = "☓"
-recognize_signal_code = true
-success_symbol = "[✓](bright-green)"
-signal_symbol = "[⚡](bright-yellow)"
-not_executable_symbol = "!"
-not_found_symbol = "?"
-sigint_symbol = ""
-
-# pipestatus_format = "\\[$pipestatus\\]=>[$symbol$common_meaning$signal_name$maybe_int]($style)"
-
-
-[swift]
-symbol = "ﯣ "