1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Add two xontribs

This commit is contained in:
Mo8it 2022-04-24 16:14:18 +02:00
parent 55657b844a
commit 296e290922

View file

@ -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"