export HOSTNAME=`hostname`
#echo Welcome $USERNAME. You are on Server: $HOSTNAME !!!
+# Add keys for github and bitbucket
+#if [ ! -S $HOME/.ssh/ssh_auth_sock ]; then
+# eval `ssh-agent`
+# ln -sf "$SSH_AUTH_SOCK" $HOME/.ssh/ssh_auth_sock
+#fi
+#export SSH_AUTH_SOCK=$HOME/.ssh/ssh_auth_sock
+#ssh-add -l > /dev/null || ssh-add
+
# Set defaults
export SHELL='bash'
export EDITOR='vim'
#export LC_PAPER=en_DK.UTF-8
#export LC_MEASUREMENT=en_DK.UTF-8
export KEYMAP=us
+
# Highlight section titles in manual pages
export LESS_TERMCAP_md="${yellow}";
--- /dev/null
+# Global SSH configurations here will be applied to all hosts
+
+IdentityFile ~/.ssh/github
+IdentityFile ~/.ssh/id_rsa
+IdentityFile ~/.ssh/grundfos
+IdentityFile ~/.ssh/jira_wdc
+