diff options
| author | Denis Chevalier <perso@denischevalier.fr> | 2026-08-05 20:49:44 +0200 |
|---|---|---|
| committer | Denis Chevalier <perso@denischevalier.fr> | 2026-08-05 20:49:44 +0200 |
| commit | a0f4560f57eb781cd32dbe04aa0cf87c301fbb0c (patch) | |
| tree | c0e5a4bff25da53324fcaf24e15e0e71a1028eb0 /dotfiles | |
| parent | 42a9ff37340ac117b58853db86302ce295a627de (diff) | |
| download | postinstall-a0f4560f57eb781cd32dbe04aa0cf87c301fbb0c.tar.gz postinstall-a0f4560f57eb781cd32dbe04aa0cf87c301fbb0c.tar.bz2 postinstall-a0f4560f57eb781cd32dbe04aa0cf87c301fbb0c.zip | |
updating vps domain name
Diffstat (limited to 'dotfiles')
| -rw-r--r-- | dotfiles/.bashrc | 4 |
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 |
