diff options
author | sommerfeld <sommerfeld@sommerfeld.dev> | 2024-05-22 17:26:29 +0100 |
---|---|---|
committer | sommerfeld <sommerfeld@sommerfeld.dev> | 2024-05-22 17:26:29 +0100 |
commit | 7c52f7435055c41912be751d570aa2d8508795d8 (patch) | |
tree | 737e554563f13b268a301bb5373dfc892bab0124 /home | |
parent | 0071d92155c1e3c18c1cf5847326dfafe06ccf4d (diff) | |
download | dotfiles-7c52f7435055c41912be751d570aa2d8508795d8.tar.gz dotfiles-7c52f7435055c41912be751d570aa2d8508795d8.tar.bz2 dotfiles-7c52f7435055c41912be751d570aa2d8508795d8.zip |
Use git.sommerfeld.dev for remote
Diffstat (limited to 'home')
-rw-r--r-- | home/.config/nvim/lua/custom/plugins/git.lua | 2 | ||||
-rw-r--r-- | home/.ssh/config | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/home/.config/nvim/lua/custom/plugins/git.lua b/home/.config/nvim/lua/custom/plugins/git.lua index 8ce79be..ea02550 100644 --- a/home/.config/nvim/lua/custom/plugins/git.lua +++ b/home/.config/nvim/lua/custom/plugins/git.lua @@ -45,7 +45,7 @@ return { config = function() require "gitlinker".setup({ callbacks = { - ["git.strisemarx.com"] = function(url_data) + ["git.sommerfeld.dev"] = function(url_data) local url = require "gitlinker.hosts".get_base_https_url(url_data) url = url .. "/tree/" .. url_data.file .. "?id=" .. url_data.rev if url_data.lstart then diff --git a/home/.ssh/config b/home/.ssh/config index 8dd0eb7..f4aee59 100644 --- a/home/.ssh/config +++ b/home/.ssh/config @@ -18,5 +18,5 @@ Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye" IdentityFile ~/.ssh/nym.pub IdentitiesOnly yes -Host git.strisemarx.com +Host git.sommerfeld.dev Hostname mandibles.wg |