.
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
import = ["~/.config/alacritty/themes/zegonix.toml"]
|
import = ["~/.config/alacritty/themes/zegonix.toml"]
|
||||||
# import = ["~/.config/alacritty/themes/summer.toml"]
|
# import = ["~/.config/alacritty/themes/summer.toml"]
|
||||||
|
|
||||||
|
[window]
|
||||||
|
padding = { x = 2, y = 0 }
|
||||||
|
dynamic_padding = false
|
||||||
|
|
||||||
# history configuration
|
# history configuration
|
||||||
[scrolling]
|
[scrolling]
|
||||||
history = 100000
|
history = 100000
|
||||||
|
|||||||
@@ -14,6 +14,8 @@ alias rg='rg --no-ignore -i -n -A 1 -B 1 --color=auto -e'
|
|||||||
|
|
||||||
alias nano='nano -l'
|
alias nano='nano -l'
|
||||||
|
|
||||||
|
alias dirs='dirs -v'
|
||||||
|
|
||||||
PS1='[\u@\h \W]\$ '
|
PS1='[\u@\h \W]\$ '
|
||||||
|
|
||||||
# overwrite $TERM to avoid problems when connecting to devices via ssh
|
# overwrite $TERM to avoid problems when connecting to devices via ssh
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ disabled = false
|
|||||||
style = "fg:zx_white"
|
style = "fg:zx_white"
|
||||||
format = "[ $path ]($style)"
|
format = "[ $path ]($style)"
|
||||||
truncation_length = 6
|
truncation_length = 6
|
||||||
truncation_symbol = "…/"
|
truncation_symbol = ""
|
||||||
truncate_to_repo = false
|
truncate_to_repo = false
|
||||||
|
|
||||||
[git_branch]
|
[git_branch]
|
||||||
@@ -59,6 +59,8 @@ disabled = false
|
|||||||
symbol = ""
|
symbol = ""
|
||||||
style = "fg:zx_white"
|
style = "fg:zx_white"
|
||||||
format = '[ $symbol $branch ]($style)'
|
format = '[ $symbol $branch ]($style)'
|
||||||
|
truncation_length = 16
|
||||||
|
truncation_symbol = ''
|
||||||
|
|
||||||
[git_status]
|
[git_status]
|
||||||
disabled = false
|
disabled = false
|
||||||
|
|||||||
Reference in New Issue
Block a user