From f96204e8a4a9de71caccb7dfbc1feb1698873b14 Mon Sep 17 00:00:00 2001 From: DustVoice Date: Sun, 23 Jul 2023 01:47:46 +0200 Subject: [PATCH] Switch git modules without the need for secure authentication over to https to make them more accessible; Switch zoxide back to the z command --- .config/nushell/env.nu | 2 +- .gitmodules | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/nushell/env.nu b/.config/nushell/env.nu index bc1b548..ecda2c0 100644 --- a/.config/nushell/env.nu +++ b/.config/nushell/env.nu @@ -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 diff --git a/.gitmodules b/.gitmodules index 3aa8246..660af2a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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