summaryrefslogtreecommitdiffstats
path: root/root
diff options
context:
space:
mode:
Diffstat (limited to 'root')
-rw-r--r--root/.bash_aliases1
-rw-r--r--root/.ssh/config5
2 files changed, 1 insertions, 5 deletions
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