Compare commits

..

No commits in common. 'c2820818b62797817856ed469d2007930da9472b' and '10aabd4ac49692b85f1707904793f502536d0f1b' have entirely different histories.

  1. 5
      .bashrc
  2. 5
      .ssh/config

@ -244,11 +244,6 @@ sshttps() {
sshttp $1 $2 443
}
whichport() {
sudo lsof -i -P | grep LISTEN | grep ":$1"
}
# ENVIRONMENT
NPM_PACKAGES="${HOME}/.npm-packages"

@ -35,8 +35,3 @@ Host miko
HostName giacobini.uberspace.de
ServerAliveInterval 30
ServerAliveCountMax 3
Host gitlab.com
User git
HostName gitlab.com
IdentityFile ~/.ssh/massivedynamic_rsa

Loading…
Cancel
Save