Mercurial > hg > sif
comparison cc.def @ 6:c0aed2a91657 default tip
fix typo
author | Henry S Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Fri, 16 Aug 2024 17:36:52 +0100 |
parents | fe8bc9fdba26 |
children |
comparison
equal
deleted
inserted
replaced
5:fe8bc9fdba26 | 6:c0aed2a91657 |
---|---|
70 export SINGULARITY_SHELL=/usr/bin/bash | 70 export SINGULARITY_SHELL=/usr/bin/bash |
71 export LESSOPEN="| /usr/bin/lesspipe %s"; | 71 export LESSOPEN="| /usr/bin/lesspipe %s"; |
72 export LESSCLOSE="/usr/bin/lesspipe %s %s"; | 72 export LESSCLOSE="/usr/bin/lesspipe %s %s"; |
73 export SS='$SING' | 73 export SS='$SING' |
74 export SING=sing | 74 export SING=sing |
75 export PS1='\[\033[1m\]$SS\[\033[0m\]<\!>: 'x | 75 export PS1='\[\033[1m\]$SS\[\033[0m\]<\!>: ' |
76 if [ -f "$HOME/.singrc" ] | 76 if [ -f "$HOME/.singrc" ] |
77 then | 77 then |
78 . "$HOME/.singrc" | 78 . "$HOME/.singrc" |
79 fi | 79 fi |
80 | 80 |