mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2025-01-01 15:39:20 +00:00
Add two xontribs
This commit is contained in:
parent
55657b844a
commit
296e290922
1 changed files with 5 additions and 0 deletions
5
.xonshrc
5
.xonshrc
|
@ -1,9 +1,14 @@
|
||||||
# Xontribs
|
# Xontribs
|
||||||
_xontribs = [
|
_xontribs = [
|
||||||
"abbrevs",
|
"abbrevs",
|
||||||
|
"hist_navigator",
|
||||||
|
"fzf-widgets",
|
||||||
]
|
]
|
||||||
xontrib load @(_xontribs)
|
xontrib load @(_xontribs)
|
||||||
|
|
||||||
|
# fzf
|
||||||
|
$fzf_history_binding = "c-r"
|
||||||
|
|
||||||
# Options
|
# Options
|
||||||
$XONSH_COLOR_STYLE = "one-dark"
|
$XONSH_COLOR_STYLE = "one-dark"
|
||||||
$PROMPT_TOOLKIT_COLOR_DEPTH = "DEPTH_24_BIT"
|
$PROMPT_TOOLKIT_COLOR_DEPTH = "DEPTH_24_BIT"
|
||||||
|
|
Loading…
Reference in a new issue