From: Thomas Walker Lynch Date: Fri, 22 Mar 2019 09:11:08 +0000 (+0100) Subject: bashrc with project X-Git-Url: https://git.reasoningtechnology.com/style/static/gitweb.css?a=commitdiff_plain;h=ef58f397a56e4e476e3ef19c247c4f4b7eacc781;p=subu bashrc with project --- diff --git a/tools/lib/bashrc b/tools/lib/bashrc index 5cb8f77..79c23ec 100755 --- a/tools/lib/bashrc +++ b/tools/lib/bashrc @@ -2,18 +2,19 @@ umask 0077 -if [ $EMACS ]; then +if [ $INSIDE_EMACS ]; then echo Hello Emacs fi export PS1='\n$(/usr/local/bin/Z)\n\u@\h§\w§\n> ' -export PS2='>' +export PS2='>>' +PATH=~/bin:$PATH -PATH=~/tools/bin:$PATH +#temporarily while active in subu code development +export PROJECT_SUBU=~/subu +PATH="$PROJECT_SUBU"/tools/bin:$PATH -PS_FORMAT=user:15,pid,%cpu,%mem,vsz,rss,tty,stat,start,time,command -export PS_FORMAT +export PS_FORMAT=user:15,pid,%cpu,%mem,vsz,rss,tty,stat,start,time,command -EDITOR=emacs -export EDITOR +export EDITOR=emacs