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 e5abfd93686bd02665ca7f449d95743fe797e2bd
parent 40891ec1dea867498ad1e29b11ab86a09b31f717
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu,  3 Oct 2019 12:54:00 +0200

Use literal Esc characters in PS1

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[32m\u@\h \033[34m\w \033[00m\$ " +export PS1="\u@\h \w \$ " export ENV=$HOME/.kshrc