summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Chevalier <perso@denischevalier.fr>2026-08-05 20:49:44 +0200
committerDenis Chevalier <perso@denischevalier.fr>2026-08-05 20:49:44 +0200
commita0f4560f57eb781cd32dbe04aa0cf87c301fbb0c (patch)
treec0e5a4bff25da53324fcaf24e15e0e71a1028eb0
parent42a9ff37340ac117b58853db86302ce295a627de (diff)
downloadpostinstall-a0f4560f57eb781cd32dbe04aa0cf87c301fbb0c.tar.gz
postinstall-a0f4560f57eb781cd32dbe04aa0cf87c301fbb0c.tar.bz2
postinstall-a0f4560f57eb781cd32dbe04aa0cf87c301fbb0c.zip
updating vps domain name
-rw-r--r--dotfiles/.bashrc4
1 files changed, 2 insertions, 2 deletions
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