mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-29 03:23:45 +00:00
Add avox_poetry
This commit is contained in:
parent
d1e06af442
commit
1fa41132db
1 changed files with 6 additions and 3 deletions
9
.xonshrc
9
.xonshrc
|
@ -3,12 +3,16 @@ _xontribs = [
|
|||
"abbrevs",
|
||||
"hist_navigator",
|
||||
"fzf-widgets",
|
||||
"avox_poetry",
|
||||
]
|
||||
xontrib load @(_xontribs)
|
||||
|
||||
# fzf
|
||||
$fzf_history_binding = "c-r"
|
||||
|
||||
# Poetry
|
||||
$VIRTUALENV_HOME = "~/.cache/pypoetry/virtualenvs"
|
||||
|
||||
# Options
|
||||
$XONSH_COLOR_STYLE = "one-dark"
|
||||
$PROMPT_TOOLKIT_COLOR_DEPTH = "DEPTH_24_BIT"
|
||||
|
@ -22,6 +26,7 @@ $ENABLE_ASYNC_PROMPT = True
|
|||
|
||||
# Replacements
|
||||
abbrevs["rm"] = "trash"
|
||||
abbrevs["ssh"] = "kitty +kitten ssh"
|
||||
|
||||
# Safety options
|
||||
abbrevs["cp"] = "cp -i"
|
||||
|
@ -56,12 +61,10 @@ execx($(starship init xonsh))
|
|||
# Aliases
|
||||
aliases["cd"] = "z"
|
||||
aliases["onefetch"] = "onefetch --no-palette"
|
||||
|
||||
abbrevs["ssh"] = "kitty +kitten ssh"
|
||||
|
||||
aliases["ls"] = "lsd"
|
||||
aliases["ll"] = "lsd -l"
|
||||
aliases["cat"] = "bat"
|
||||
aliases["lg"] = "lazygit"
|
||||
|
||||
## Taskwarrior
|
||||
aliases["ta"] = "task add project:@($args[0]) @($args[1:])"
|
||||
|
|
Loading…
Reference in a new issue