From 3e9e83e25dfea803915ff26104fd6e752586aefd Mon Sep 17 00:00:00 2001 From: Menno van Leeuwen Date: Mon, 10 Mar 2025 19:06:59 +0100 Subject: [PATCH] feat: remove DOTF_HOSTNAME configuration from .bashrc --- .bashrc | 7 ------- 1 file changed, 7 deletions(-) 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