summaryrefslogtreecommitdiffstats
path: root/next/profile
diff options
context:
space:
mode:
Diffstat (limited to 'next/profile')
-rwxr-xr-xnext/profile11
1 files changed, 11 insertions, 0 deletions
diff --git a/next/profile b/next/profile
new file mode 100755
index 00000000..138c271f
--- /dev/null
+++ b/next/profile
@@ -0,0 +1,11 @@
+#! /bin/sh
+export PATH=$HOME/src/config/next/bin:$PATH
+export nixpkgs=/var/nixpkgs
+export config_root=$HOME/src/config
+export retiolum_hosts=$HOME/src/config/hosts
+export secrets_root=$HOME/src/config/secrets
+
+export PS1='\[\e[1;35m\]config>\[\e[m\] '
+
+cd /var/empty
+exec /bin/sh