Mercurial > hg > cc > cirrus_home
changeset 20:5371599c0cfa
local setup
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Wed, 18 Mar 2020 10:56:23 +0000 |
parents | c858a4d4bd4f |
children | a598469733d3 |
files | .bash_logout .bash_profile .bashrc .hgrc |
diffstat | 4 files changed, 32 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.bash_logout Wed Mar 18 10:56:23 2020 +0000 @@ -0,0 +1,2 @@ +# ~/.bash_logout +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.bash_profile Wed Mar 18 10:56:23 2020 +0000 @@ -0,0 +1,12 @@ +# .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 + +export PATH
--- a/.bashrc Mon Mar 16 15:57:23 2020 +0000 +++ b/.bashrc Wed Mar 18 10:56:23 2020 +0000 @@ -49,3 +49,9 @@ } export HISTSIZE=3000 export PYTHONPATH=$HOME/lib/python3.6/site-packages + +PATH="/lustre/home/dc007/hst/lib/perl5/bin${PATH:+:${PATH}}"; export PATH; +PERL5LIB="/lustre/home/dc007/hst/lib/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB; +PERL_LOCAL_LIB_ROOT="/lustre/home/dc007/hst/lib/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT; +PERL_MB_OPT="--install_base \"/lustre/home/dc007/hst/lib/perl5\""; export PERL_MB_OPT; +PERL_MM_OPT="INSTALL_BASE=/lustre/home/dc007/hst/lib/perl5"; export PERL_MM_OPT;
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgrc Wed Mar 18 10:56:23 2020 +0000 @@ -0,0 +1,12 @@ +# example user config (see "hg help config" for more info) +[ui] +# name and email, e.g. +# username = Jane Doe <jdoe@example.com> +username = Henry S. Thompson <ht@inf.ed.ac.uk> + +[extensions] +# uncomment these lines to enable some popular extensions +# (see "hg help extensions" for more info) +# +# pager = +# color =