diff --git a/configs/ssh/config b/configs/ssh/config index bc600ad..79a237f 100644 --- a/configs/ssh/config +++ b/configs/ssh/config @@ -1,4 +1,3 @@ - # Personal servers Host rtl-netlink HostName netlink.local @@ -14,6 +13,14 @@ Host gw-ca-tor-01 Host hp-desktop Hostname 10.9.0.12 +Host ewpratten-laptop + Hostname 10.9.0.2 + User ewpratten + +Host ewpratten-desktop + Hostname 10.9.0.9 + User ewpratten + # Github SSH adapter for restricted networks Host github.com HostName ssh.github.com @@ -68,3 +75,4 @@ Host atlas Host sheridan-cpanel User prattene HostName cpanel.prattene.dev.fast.sheridanc.on.ca + diff --git a/configs/zsh/.zshrc b/configs/zsh/.zshrc index dace0c8..65f0cdb 100644 --- a/configs/zsh/.zshrc +++ b/configs/zsh/.zshrc @@ -14,4 +14,7 @@ if [ -f $EWCONFIG_ROOT/configs/zsh/by_host/$HOSTNAME.sh ]; then fi # I always want my ~/bin to be in my PATH -export PATH="$HOME/bin:$PATH" \ No newline at end of file +export PATH="$HOME/bin:$PATH" +#THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!! +export SDKMAN_DIR="$HOME/.sdkman" +[[ -s "$HOME/.sdkman/bin/sdkman-init.sh" ]] && source "$HOME/.sdkman/bin/sdkman-init.sh"