From 9ce9b1222685520882804672c6c61bc42810beba Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 3 Dec 2020 13:14:30 +0100 Subject: add .bashrc and move to dynamic prompt --- .profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.profile') diff --git a/.profile b/.profile index 7ac7184..8ff4672 100644 --- a/.profile +++ b/.profile @@ -47,7 +47,8 @@ export MAKEOPTS="-j${NUMCPUSplusone} -l${NUMCPUS}" export EMERGE_DEFAULT_OPTS="--jobs=${NUMCPUSplusone} --load-average=${NUMCPUS}" # Set prompt -export PS1="$(prompt)" +# export PS1="$(prompt)" + # enlable vi mode set -o vi bind -m vi-insert -x '"\C-l": clear' -- cgit 1.4.1