diff --git a/profile/frei/envrcd.d/00-config b/profile/frei/envrcd.d/00-config
index 999e2db2edcc23ae4064167a210b9837cca5ff40..7fa6ca4c83629e61c2de2505314ba133743ba897 100644
--- a/profile/frei/envrcd.d/00-config
+++ b/profile/frei/envrcd.d/00-config
@@ -4,4 +4,4 @@
 source_profile_if_exists "default"
 
 # set the path to this profile
-export ENVRCD_PROFILE_PATH="${ENVRCD_PATH}/profile/globi"
+export ENVRCD_PROFILE_PATH="${ENVRCD_PATH}/profile/frei"
diff --git a/profile/frei/envrcd.d/10-envvars b/profile/frei/envrcd.d/10-envvars
index 8283c73cb80f39cec90aa760f499951731d868d5..1c0dbfc28d6f6452a7a439b51ed0a0664f92f116 100644
--- a/profile/frei/envrcd.d/10-envvars
+++ b/profile/frei/envrcd.d/10-envvars
@@ -4,17 +4,17 @@
 export PATH=~/bin:${ENVRCD_PROFILE_PATH}/bin:${PATH}
 
 # --- git ---
-if [ "${ENVRCD_USER}" == "globi" ]; then
-    export GIT_AUTHOR_NAME='Christian Ringger'
-    export GIT_AUTHOR_EMAIL='ringger@phys.ethz.ch'
+if [ "${ENVRCD_USER}" == "frei" ]; then
+    export GIT_AUTHOR_NAME='Patrick Frei'
+    export GIT_AUTHOR_EMAIL='frei@phys.ethz.ch'
     export GIT_COMMITTER_NAME="${GIT_AUTHOR_NAME}"
     export GIT_COMMITTER_EMAIL="${GIT_AUTHOR_EMAIL}"
 fi
 
 # --- debian packaging ---
-if [ "${ENVRCD_USER}" == "globi" ]; then
-    export DEBEMAIL="ringger@phys.ethz.ch"
-    export DEBFULLNAME="Christian Ringger"
+if [ "${ENVRCD_USER}" == "frei" ]; then
+    export DEBEMAIL="frei@phys.ethz.ch"
+    export DEBFULLNAME="Patrick Frei"
 fi
 
 # ignore these commands for history
@@ -22,7 +22,7 @@ export HISTIGNORE=""
 
 
 # --- ansible ---
-#if [ "${ENVRCD_USER}" == "globi" ] && [ "${USER}" == "chringge" ]; then
+#if [ "${ENVRCD_USER}" == "frei" ] && [ "${USER}" == "frei" ]; then
 #    #export ANSIBLE_CONFIG="~/.ansible.cfg"
 #    export ANSIBLE_STRATEGY_PLUGINS="~/.ansible/mitogen/ansible_mitogen/plugins/strategy"
 #    export ANSIBLE_STRATEGY="mitogen_linear"
diff --git a/profile/frei/envrcd.d/20-aliases b/profile/frei/envrcd.d/20-aliases
index b90b1d40df1aca9e15feca441825fe80d3b7b4c7..1e469977e1ecf1ee6581d6de7093a38379f3042a 100644
--- a/profile/frei/envrcd.d/20-aliases
+++ b/profile/frei/envrcd.d/20-aliases
@@ -1,10 +1,10 @@
 #!/bin/bash
 
 
-alias kc='eval $(keychain --nogui --eval --agents ssh,gpg --quick id_rsa 99EEA27988963CFE)'
+alias kc='eval $(keychain --nogui --eval --agents ssh,gpg --quick id_rsa 120465DFCAFEF89D)'
 alias kcs='eval $(keychain --nogui --eval --agents ssh --quick id_rsa)'
 
 unalias git
-if [ "${ENVRCD_USER}" != "globi" ] || [ "${HOSTNAME}" != "portus" ] || [ "${USER}" != "chringge" ]; then
+if [ "${ENVRCD_USER}" != "frei" ] || [ "${HOSTNAME}" != "reparong" ] || [ "${USER}" != "frei" ]; then
     alias git="HOME=${ENVRCD_PROFILE_PATH} git"
-fi
\ No newline at end of file
+fi