view .bash_profile @ 35:ec99b2d1d2fc

sync up filenames and log names, attempt to save more smaller tar files
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Thu, 26 Mar 2020 12:24:30 +0000
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