dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 40891ec1dea867498ad1e29b11ab86a09b31f717
parent b9584d1ec8a234ae310513903dc6ba41d5596100
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu,  3 Oct 2019 12:42:48 +0200

Fix PS1 colors

Diffstat:
M.profile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.profile b/.profile @@ -6,5 +6,5 @@ export PATH HOME TERM ENV [ -f $HOME/.config/sh/profile ] && . $HOME/.config/sh/profile [ -f $HOME/.config/sh/commands ] && . $HOME/.config/sh/commands -export PS1="\033[31m\u@\h \033[35m\w \033[00m\$ " +export PS1="\033[32m\u@\h \033[34m\w \033[00m\$ " export ENV=$HOME/.kshrc