diff options
author | tv <tv@krebsco.de> | 2015-05-21 22:33:16 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-05-21 22:33:16 +0200 |
commit | 42d10d883a720a63753568a6fa2d12790e9310c6 (patch) | |
tree | c5deade7085a8e63ef36a72afea58e09593c096a /next/profile | |
parent | 8531c869ad45529daae1c9c79526dac1362a5f1f (diff) |
next: initial commit
Diffstat (limited to 'next/profile')
-rwxr-xr-x | next/profile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/next/profile b/next/profile new file mode 100755 index 0000000..138c271 --- /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 |