view .bash_profile @ 44:abc1b05996c9

complete change of array var construction, used it for log file names too, tar update enabled, so maybe complete but w/o any parallel
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Tue, 07 Apr 2020 18:00:29 +0100
parents 6fdebccf6492
children 701fe81ada29
line wrap: on
line source

# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
	. ~/.bashrc
fi

# User specific environment and startup programs

PATH=$PATH:$HOME/.local/bin:$HOME/bin
EDITOR=emacs

export PATH EDITOR