This commit is contained in:
David Holland 2023-09-15 09:12:23 +02:00
parent 7303222c85
commit f4449d47be
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
4 changed files with 8 additions and 5 deletions

View File

@ -93,4 +93,4 @@ starship init nu | save -f ~/.cache/starship/init.nu
# oh-my-posh init nu --config 'https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/dracula.omp.json' --print | save -f ~/.cache/oh-my-posh/init.nu
mkdir ~/.cache/zoxide
zoxide init nushell --cmd cd | save -f ~/.cache/zoxide/init.nu
zoxide init nushell --cmd z | save -f ~/.cache/zoxide/init.nu

@ -1 +1 @@
Subproject commit 2168ae0c717a0adc9db47f405f8d8087d647bf42
Subproject commit db90c5e6a0e7c8b78360cbd161f7049a6814f78f

4
.gitmodules vendored
View File

@ -3,10 +3,10 @@
url = git@git.dustvoice.de:DustVoice/pass.git
[submodule ".config/nvim"]
path = .config/nvim
url = git@git.dustvoice.de:DustVoice/nvim.git
url = https://git.dustvoice.de/DustVoice/nvim.git
[submodule ".znap/dustvoice-zsh-theme"]
path = .znap/dustvoice-zsh-theme
url = git@github.com:DustVoice/dustvoice-zsh-theme.git
url = https://github.com/DustVoice/dustvoice-zsh-theme.git
[submodule ".znap/zsh-snap"]
path = .znap/zsh-snap
url = https://github.com/marlonrichert/zsh-snap.git

View File

@ -1 +1,4 @@
execx($(starship init xonsh))
# XONSH WIZARD START
$CMD_COMPLETIONS_SHOW_DESC = '1'
xontrib load conda coreutils
# XONSH WIZARD END