commit 723030be0542833b7f99898a7ac2e5828e1dea0f parent 34820604bf04552cda282ea083fccdab9af44afb Author: Josuah Demangeon <mail@josuah.net> Date: Sat, 22 Sep 2018 20:49:39 +0200 use a consistent conf-* for configuring everything Diffstat:
R | dot-conf -> conf-dot | | | 0 | |
R | s6-conf -> conf-s6 | | | 0 | |
D | dot/kshrc | | | 10 | ---------- |
M | dot/profile | | | 1 | + |
4 files changed, 1 insertion(+), 10 deletions(-)
diff --git a/dot-conf b/conf-dot diff --git a/s6-conf b/conf-s6 diff --git a/dot/kshrc b/dot/kshrc @@ -1,10 +0,0 @@ -. "$HOME/.profile" - -PS1='$( - test $? = 0 && color=32 || color=31 - test "$(whoami)" = root && user=# || user="$" - printf "\\033[1m%s\\033[%sm%s\\033[m " \ - "$(uname -n)" \ - "$color" \ - "$user" -)' diff --git a/dot/profile b/dot/profile @@ -30,4 +30,5 @@ export PATH=$HOME/dotfiles/bin:$GOPATH/bin:$PAXPATH/bin:$PATH export CVSROOT=anoncvs@anoncvs.fr.openbsd.org:/cvs export SSH_AUTH_SOCK=$HOME/.ssh/agent +export ENV=$HOME/.bashrc export LESS=-SFR