console_title_template='{{ .Shell }} in {{ .Folder }}'
[[blocks]]
type='prompt'
alignment='left'
newline=true
[[blocks.segments]]
type='session'
style='diamond'
leading_diamond=''
trailing_diamond=''
template=' {{ if .SSHSession }} {{ end }}{{ .UserName }} '
background='p:yellow'
foreground='p:black'
[[blocks.segments]]
type='path'
style='powerline'
powerline_symbol=''
template=' {{ path .Path .Location }} '
background='p:orange'
foreground='p:white'
[blocks.segments.properties]
style='folder'
[[blocks.segments]]
type='git'
style='powerline'
powerline_symbol=''
foreground_templates=['{{ if or (.Working.Changed) (.Staging.Changed) }}p:black{{ end }}','{{ if and (gt .Ahead 0) (gt .Behind 0) }}p:white{{ end }}','{{ if gt .Ahead 0 }}p:white{{ end }}']
background_templates=['{{ if or (.Working.Changed) (.Staging.Changed) }}p:yellow{{ end }}','{{ if and (gt .Ahead 0) (gt .Behind 0) }}p:red{{ end }}','{{ if gt .Ahead 0 }}#49416D{{ end }}','{{ if gt .Behind 0 }}#7A306C{{ end }}']
template=' {{ if .UpstreamURL }}{{ url .UpstreamIcon .UpstreamURL }} {{ end }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} {{ .Working.String }}{{ end }}{{ if .Staging.Changed }} {{ .Staging.String }}{{ end }} '
background='p:green'
foreground='p:black'
[blocks.segments.properties]
branch_max_length=25
fetch_status=true
fetch_upstream_icon=true
[[blocks.segments]]
type='root'
style='powerline'
powerline_symbol=''
template=' '
background='p:yellow'
foreground='p:white'
[[blocks.segments]]
type='status'
style='diamond'
background_templates=['{{ if gt .Code 0 }}p:red{{ end }}']
leading_diamond='<transparent,background></>'
trailing_diamond=''
template=' {{ if gt .Code 0 }}{{ else }}{{ end }} '
background='p:blue'
foreground='p:white'
[blocks.segments.properties]
always_enabled=true
[[blocks]]
type='prompt'
alignment='left'
newline=true
[[blocks.segments]]
type='text'
style='plain'
foreground_templates=[
"{{if gt .Code 0}}red{{end}}",
"{{if eq .Code 0}}magenta{{end}}",
]
background='transparent'
template='❯'
[[blocks]]
type='rprompt'
[[blocks.segments]]
type='node'
style='plain'
template=' '
background='transparent'
foreground='p:green'
[blocks.segments.properties]
display_mode='files'
fetch_package_manager=false
home_enabled=false
[[blocks.segments]]
type='go'
style='plain'
template=' '
background='transparent'
foreground='p:blue'
[blocks.segments.properties]
fetch_version=false
[[blocks.segments]]
type='python'
style='plain'
template=' '
background='transparent'
foreground='p:yellow'
[blocks.segments.properties]
display_mode='files'
fetch_version=false
fetch_virtual_env=false
[[blocks.segments]]
type='shell'
style='plain'
template='in <p:blue><b>{{ .Name }}</b></> '
background='transparent'
foreground='p:white'
[[blocks.segments]]
type='time'
style='plain'
template='at <p:blue><b>{{ .CurrentDate | date "15:04:05" }}</b></>'
background='transparent'
foreground='p:white'
[[blocks.segments]]
type='executiontime'
style='plain'
foreground='yellow'
background='transparent'
template=' ({{ .FormattedMs }})'
[[tooltips]]
type='aws'
tips=['aws']
style='diamond'
leading_diamond=''
trailing_diamond=''
template=' {{ .Profile }}{{ if .Region }}@{{ .Region }}{{ end }} '
template=' {{ if .SSHSession }} {{ end }}{{ .UserName }} '
foreground='p:black'
background='p:yellow'
type='session'
style='diamond'
[blocks.segments.properties]
cache_duration='none'
[[blocks.segments]]
template=' {{ path .Path .Location }} '
foreground='p:white'
powerline_symbol=''
background='p:orange'
type='path'
style='powerline'
[blocks.segments.properties]
cache_duration='none'
style='folder'
[[blocks.segments]]
template=' {{ if .UpstreamURL }}{{ url .UpstreamIcon .UpstreamURL }} {{ end }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} {{ .Working.String }}{{ end }}{{ if .Staging.Changed }} {{ .Staging.String }}{{ end }} '
foreground='p:black'
powerline_symbol=''
background='p:green'
type='git'
style='powerline'
foreground_templates=['{{ if or (.Working.Changed) (.Staging.Changed) }}p:black{{ end }}','{{ if and (gt .Ahead 0) (gt .Behind 0) }}p:white{{ end }}','{{ if gt .Ahead 0 }}p:white{{ end }}']
background_templates=['{{ if or (.Working.Changed) (.Staging.Changed) }}p:yellow{{ end }}','{{ if and (gt .Ahead 0) (gt .Behind 0) }}p:red{{ end }}','{{ if gt .Ahead 0 }}#49416D{{ end }}','{{ if gt .Behind 0 }}#7A306C{{ end }}']
[blocks.segments.properties]
branch_max_length=25
cache_duration='none'
fetch_status=true
fetch_upstream_icon=true
[[blocks.segments]]
template=' '
foreground='p:white'
powerline_symbol=''
background='p:yellow'
type='root'
style='powerline'
[blocks.segments.properties]
cache_duration='none'
[[blocks.segments]]
leading_diamond='<transparent,background></>'
trailing_diamond=''
template=' {{ if gt .Code 0 }}{{ else }}{{ end }} '
foreground='p:white'
background='p:blue'
type='status'
style='diamond'
background_templates=['{{ if gt .Code 0 }}p:red{{ end }}']
bindkey "^[[1~" beginning-of-line # Home key (Tmux)
bindkey "^[[4~" end-of-line # End key (Tmux)
bindkey "^[[3~" delete-char # Delete key (Tmux)
bindkey "^[[A" up-line-or-history # Up Arrow key (Tmux)
bindkey "^[[B" down-line-or-history # Down Arrow key (Tmux)
bindkey "^[[C" forward-char # Right Arrow key (Tmux)
bindkey "^[[D" backward-char # Left Arrow key (Tmux)
# ---
# History
HISTSIZE=10000
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.