# HG changeset patch # User Henry S Thompson # Date 1723722353 -3600 # Node ID 9376bcef72f53dc1f0d42c897e03f42d93b4776c # Parent 400a79fbe6940dbcf4006f00f599cee01d0eadff version from 2023-11-26, never built? diff -r 400a79fbe694 -r 9376bcef72f5 cc.def --- 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"