Mercurial > hg > sif
changeset 3:9376bcef72f5
version from 2023-11-26, never built?
author | Henry S Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Thu, 15 Aug 2024 12:45:53 +0100 |
parents | 400a79fbe694 |
children | 8bbade4dc167 |
files | cc.def |
diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/cc.def Thu Aug 15 12:44:43 2024 +0100 +++ b/cc.def Thu Aug 15 12:45:53 2024 +0100 @@ -13,10 +13,12 @@ sed '/en_GB.UTF/s/# //;/en_US.UTF/s/# //' -i /etc/locale.gen locale-gen apt-get -y install apt-utils python3 python3-pip isal less git ack procps psmisc - apt-get -y install man-db gdb emacs xemacs21 sqlite3 curl unzip feh + apt-get -y install man-db gdb emacs sqlite3 curl unzip imagemagick file rsync apt-get -y install moreutils mercurial qpdf xsel xclip tmux xfce4-terminal apt-get -y install default-jdk nano jq r-base apt-get -y install libcld2-0 libcld2-dev + apt-get -y install libxmu-dev libxft-dev libxaw7-dev libgdbm-dev + apt-get -y install libgdbm-compat-dev libgmp-dev libssl-dev xbitmaps # do this after the above in order to # hide the moreutils version of parallel as moreutils.parallel apt-get -y install parallel @@ -67,8 +69,9 @@ export SINGULARITY_SHELL=/usr/bin/bash export LESSOPEN="| /usr/bin/lesspipe %s"; export LESSCLOSE="/usr/bin/lesspipe %s %s"; +export SS='$SING' export SING=sing -export PS1='\[\033[1m\]$SING\[\033[0m\]<\!>: ' +export PS1='\[\033[1m\]$SS\[\033[0m\]<\!>: ' if [ -f "$HOME/.singrc" ] then . "$HOME/.singrc"