feat: remove DOTF_HOSTNAME configuration from .bashrc
Some checks failed
Nix Format Check / check-format (push) Failing after 37s
Some checks failed
Nix Format Check / check-format (push) Failing after 37s
This commit is contained in:
parent
7315809914
commit
3e9e83e25d
7
.bashrc
7
.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
|
||||
|
Loading…
x
Reference in New Issue
Block a user