From 640ad0dda3bc9f542964f74318c03b845770795a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Wed, 6 Dec 2023 22:30:49 +0100 Subject: b --- root/.bash_aliases | 1 + root/.ssh/config | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'root') diff --git a/root/.bash_aliases b/root/.bash_aliases index d7730ea..ad8d20f 100644 --- a/root/.bash_aliases +++ b/root/.bash_aliases @@ -77,3 +77,4 @@ export XMLLINT_INDENT=$'\t' function j () { javac `sed 's/\.$/.java/' <<<$1` && java `sed -e s/.java// -e 's/\.$//' <<<$1` } +alias gl="git log --graph" diff --git a/root/.ssh/config b/root/.ssh/config index 8ea73a0..c5a1341 100644 --- a/root/.ssh/config +++ b/root/.ssh/config @@ -5,8 +5,3 @@ Host * ControlPersist yes # EnableEscapeCommandline yes ForwardX11 yes -Host kokoskaSI - HostName github.com - User git - IdentityFile /root/tmp/kokoska - IdentitiesOnly yes -- cgit v1.2.3