diff --git a/.bashrc b/.bashrc index 4a2b062..7f395bd 100644 --- a/.bashrc +++ b/.bashrc @@ -85,13 +85,6 @@ export NIXPKGS_ALLOW_INSECURE=1 # 1Password SSH Agent export SSH_AUTH_SOCK=$HOME/.1password/agent.sock -# Set DOTF_HOSTNAME to the hostname from .hostname file -# If this file doesn't exist, use mennos-unknown-hostname -export DOTF_HOSTNAME="mennos-unknown-hostname" -if [ -f $HOME/.hostname ]; then - export DOTF_HOSTNAME=$(cat $HOME/.hostname) -fi - # Tradaware / DiscountOffice Configuration if [ -d "/home/menno/Projects/Work" ]; then export TRADAWARE_DEVOPS=true