Compare commits
No commits in common. "55d49c17d6cdd051a727436d4be590c19cc136c1" and "4db0fc3f1079d74632eb54cf7945e5f87706fe53" have entirely different histories.
55d49c17d6
...
4db0fc3f10
|
@ -13,4 +13,3 @@ gtk-xft-antialias=1
|
||||||
gtk-xft-hinting=1
|
gtk-xft-hinting=1
|
||||||
gtk-xft-hintstyle=hintmedium
|
gtk-xft-hintstyle=hintmedium
|
||||||
gtk-cursor-theme-name=Qogir
|
gtk-cursor-theme-name=Qogir
|
||||||
gtk-application-prefer-dark-theme=1
|
|
||||||
|
|
|
@ -1,41 +0,0 @@
|
||||||
"$schema" = 'https://starship.rs/config-schema.json'
|
|
||||||
|
|
||||||
add_newline = false
|
|
||||||
|
|
||||||
format = '''\[[$username $hostname](bold green)\]$fill$time$fill$container$git_branch$git_commit$git_state$git_status
|
|
||||||
$directory$character'''
|
|
||||||
right_format = '''$elixir$elm$cmd_duration'''
|
|
||||||
|
|
||||||
[username]
|
|
||||||
show_always = true
|
|
||||||
format = '[$user]($style) @'
|
|
||||||
style_user = 'bold green'
|
|
||||||
|
|
||||||
[hostname]
|
|
||||||
ssh_only = false
|
|
||||||
format = '[$hostname]($style)'
|
|
||||||
style = 'bold green'
|
|
||||||
|
|
||||||
[character]
|
|
||||||
# success_symbol = '[✔](bold green)'
|
|
||||||
success_symbol = '[\$](bold green)'
|
|
||||||
# error_symbol = '[✗](bold red)'
|
|
||||||
error_symbol = '[\$](bold red)'
|
|
||||||
|
|
||||||
[container]
|
|
||||||
style = 'bold blue dimmed'
|
|
||||||
|
|
||||||
[directory]
|
|
||||||
truncation_symbol = '.../'
|
|
||||||
truncate_to_repo = false
|
|
||||||
before_repo_root_style = 'bold cyan'
|
|
||||||
repo_root_style = 'bold bright-cyan'
|
|
||||||
repo_root_format = '[$before_root_path]($before_repo_root_style)[$repo_root]($repo_root_style)[$path]($repo_root_style)[$read_only]($read_only_style) '
|
|
||||||
|
|
||||||
[fill]
|
|
||||||
symbol = ' '
|
|
||||||
|
|
||||||
[time]
|
|
||||||
disabled = false
|
|
||||||
format = '[$time]($style)'
|
|
||||||
|
|
|
@ -58,7 +58,6 @@ shopt -s checkwinsize
|
||||||
# - hooks
|
# - hooks
|
||||||
|
|
||||||
command -v direnv &>/dev/null && eval "$(direnv hook bash)"
|
command -v direnv &>/dev/null && eval "$(direnv hook bash)"
|
||||||
command -v starship &>/dev/null && eval "$(starship init bash)"
|
|
||||||
|
|
||||||
# - env vars
|
# - env vars
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue