From 778508709996ee426012b5d1844461613daebb22 Mon Sep 17 00:00:00 2001 From: Sebastian Lenzlinger <74497638+sebaschi@users.noreply.github.com> Date: Sat, 3 Jun 2023 20:00:59 +0200 Subject: [PATCH] Update init bash script. --- bash/bashrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bash/bashrc b/bash/bashrc index d320156..ee07cf4 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -1,4 +1,4 @@ -# .bashrc + # Source global definitions if [ -f /etc/bashrc ]; then @@ -68,7 +68,8 @@ alias syncbooks='rsync -av ~/Nextcloud/Books/ ~/Books' alias unil='cd ~/Documents/Education/UniBas/FS23' # ssh to wherever slnopriv@slenzlinger.dev points to -alias sslenz='ssh slnopriv@164.90.178.129' +alias sdev='ssh slnopriv@164.90.178.129' +alias sslenz='ssh root@slenzlinger.ch' # exa aliases alias ll='exa -l'