- remove vim->nvim alias
* show hostname for all connection to tty, not only for ssh
This commit is contained in:
@ -4,4 +4,3 @@ alias gc='git commit -m'
|
|||||||
alias gush='git push'
|
alias gush='git push'
|
||||||
alias gull='git pull'
|
alias gull='git pull'
|
||||||
alias gb='git branch'
|
alias gb='git branch'
|
||||||
alias vim='nvim'
|
|
||||||
|
@ -33,12 +33,6 @@ vicmd_symbol = "[%](blue)"
|
|||||||
format = "[$duration]($style) "
|
format = "[$duration]($style) "
|
||||||
style = "150"
|
style = "150"
|
||||||
|
|
||||||
[directory]
|
|
||||||
style = "blue"
|
|
||||||
truncate_to_repo = false
|
|
||||||
truncation_length = 10
|
|
||||||
truncation_symbol = "…/"
|
|
||||||
|
|
||||||
[fill]
|
[fill]
|
||||||
symbol = ' '
|
symbol = ' '
|
||||||
style = 'black'
|
style = 'black'
|
||||||
@ -58,14 +52,20 @@ renamed = ""
|
|||||||
deleted = ""
|
deleted = ""
|
||||||
stashed = ""
|
stashed = ""
|
||||||
|
|
||||||
[hostname]
|
|
||||||
format = "[$hostname]($style)"
|
|
||||||
ssh_only = true
|
|
||||||
style = "150"
|
|
||||||
|
|
||||||
[username]
|
[username]
|
||||||
style_user = 'white bold'
|
style_user = 'white bold'
|
||||||
style_root = 'black bold'
|
style_root = 'black bold'
|
||||||
format = '[$user]($style) '
|
format = '[$user]($style) '
|
||||||
disabled = false
|
disabled = false
|
||||||
show_always = true
|
show_always = true
|
||||||
|
|
||||||
|
[hostname]
|
||||||
|
format = "[$hostname]($style)"
|
||||||
|
ssh_only = false
|
||||||
|
style = "150"
|
||||||
|
|
||||||
|
[directory]
|
||||||
|
style = "blue"
|
||||||
|
truncate_to_repo = false
|
||||||
|
truncation_length = 10
|
||||||
|
truncation_symbol = "…/"
|
||||||
|
Reference in New Issue
Block a user