Eww
This commit is contained in:
parent
d8a5610b20
commit
68686370e9
2 changed files with 4 additions and 2 deletions
|
@ -16,9 +16,11 @@ set --export --universal MANPAGER "less"
|
||||||
if command --search --quiet hx
|
if command --search --quiet hx
|
||||||
set --export --universal EDITOR hx
|
set --export --universal EDITOR hx
|
||||||
set --export --universal VISUAL hx
|
set --export --universal VISUAL hx
|
||||||
|
alias helix hx
|
||||||
else if command --search --quiet helix
|
else if command --search --quiet helix
|
||||||
set --export --universal EDITOR helix
|
set --export --universal EDITOR helix
|
||||||
set --export --universal VISUAL helix
|
set --export --universal VISUAL helix
|
||||||
|
alias hx helix
|
||||||
else if command --search --quiet nvim
|
else if command --search --quiet nvim
|
||||||
set --export --universal EDITOR nvim
|
set --export --universal EDITOR nvim
|
||||||
set --export --universal VISUAL nvim
|
set --export --universal VISUAL nvim
|
||||||
|
|
|
@ -69,12 +69,12 @@ $rosewater: #f5e0dc;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vol .muted,
|
.vol .live,
|
||||||
.mic .live {
|
.mic .live {
|
||||||
color: #f38ba8;
|
color: #f38ba8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vol .live,
|
.vol .muted,
|
||||||
.mic .muted {
|
.mic .muted {
|
||||||
color: #74c7ec;
|
color: #74c7ec;
|
||||||
}
|
}
|
Reference in a new issue