From a0f4560f57eb781cd32dbe04aa0cf87c301fbb0c Mon Sep 17 00:00:00 2001 From: Denis Chevalier Date: Wed, 5 Aug 2026 20:49:44 +0200 Subject: updating vps domain name --- dotfiles/.bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dotfiles') diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index 2a2671b..27b74d5 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -49,8 +49,8 @@ alias status='git status' alias pull='git pull' alias push='git push' -alias vps='ssh fedora@vps-04e72c4e.vps.ovh.net -t tmux attach' -alias tvps='ssh fedora@vps-04e72c4e.vps.ovh.net -t tmux' +alias vps='ssh fedora@denischevalier.fr -t tmux attach' +alias tvps='ssh fedora@denischevalier.fr -t tmux' # PS1 GIT_PS1_SHOWDIRTYSTATE=true -- cgit