« get me outta code hell

dotfiles - Miscellaneous configuration files of my personal use
about summary refs log tree commit diff
path: root/device/panacea_pre
diff options
context:
space:
mode:
Diffstat (limited to 'device/panacea_pre')
-rw-r--r--device/panacea_pre9
1 files changed, 2 insertions, 7 deletions
diff --git a/device/panacea_pre b/device/panacea_pre
index 7f6959b..45bd702 100644
--- a/device/panacea_pre
+++ b/device/panacea_pre
@@ -1,6 +1,6 @@
 #!/bin/zsh
 
-# Portable Panacea (~nebula)
+# Portable Panacea
 # panacea.local
 #
 # This is a MacBook Pro 14,10 (M2 Pro, 2023).
@@ -8,9 +8,7 @@
 #
 # This is our primary portable development device. It's used
 # for a large portion of our overall programming, even at home.
-# These settings apply to our shared personal user account,
-# ~nebula, which is kept logged into basically everything we
-# use online (including Apple ID).
+# These settings are common across accounts on this device.
 
 export DEVICE_HAS_GPG
 
@@ -20,8 +18,5 @@ export DEVICE_HOMEBREW_INSTALLATION="/opt/homebrew"
 export DEVICE_HAS_NVM
 export DEVICE_NVM_INSTALLATION="$HOME/.nvm"
 
-# export DEVICE_HAS_PYENV
-# export DEVICE_PYENV_CONFIGURATION=""
-
 export DEVICE_HAS_SUBLIME_TEXT
 export DEVICE_SUBLIME_TEXT_INSTALLATION="/Applications/Sublime Text.app"