zsh: polish
This commit is contained in:
parent
6775fb95e8
commit
5267405075
2 changed files with 3 additions and 1 deletions
|
@ -37,3 +37,5 @@ alias -g ...='../..'
|
||||||
alias -g ....='../../..'
|
alias -g ....='../../..'
|
||||||
alias -g .....='../../../..'
|
alias -g .....='../../../..'
|
||||||
alias -g ......='../../../../..'
|
alias -g ......='../../../../..'
|
||||||
|
|
||||||
|
alias ssh='kitty +kitten ssh'
|
||||||
|
|
|
@ -11,7 +11,7 @@ comment = 8
|
||||||
correct-subtle = #83a598
|
correct-subtle = #83a598
|
||||||
incorrect-subtle = #fb4934
|
incorrect-subtle = #fb4934
|
||||||
subtle-separator = #83a598
|
subtle-separator = #83a598
|
||||||
subtle-bg = bg:#b8bb26
|
subtle-bg = bg:#504945
|
||||||
; secondary =
|
; secondary =
|
||||||
; recursive-base =
|
; recursive-base =
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue