Switch git modules without the need for secure authentication over to https to make them more accessible; Switch zoxide back to the z command
This commit is contained in:
parent
5c36dbb975
commit
f96204e8a4
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue