# HG changeset patch # User Henry S. Thompson # Date 1619457458 0 # Node ID bcea0410143cc0f5544f9d90e2dbfba17a878e7d # Parent 3119bca711814d6abfa017d9cd4ad5cca31cba5d diff -r 3119bca71181 -r bcea0410143c .bashrc --- a/.bashrc Mon Apr 26 15:28:23 2021 +0000 +++ b/.bashrc Mon Apr 26 17:17:38 2021 +0000 @@ -1,10 +1,12 @@ # .bashrc +export G=${HOME}/gentoo # Uncomment the following line if you don't like systemctl's auto-paging feature: # export SYSTEMD_PAGER= if [ $SHELL = "/bin/bash" ] then + # Vanilla Cirrus login # Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc @@ -26,6 +28,7 @@ fi module load gcc # assumed by Prefix + module load gnu-parallel export PYTHONPATH=$HOME/lib/python3.6/site-packages @@ -40,7 +43,9 @@ export JAVA_HOME=$HOME/lib/openjdk-8u252-b09 export PATH=${PATH}:${ANT_HOME}/bin:${MAVEN_HOME}/bin + EDITOR=emacs else + # gentoo if [ "$PS1" ]; then echo "~/.bashrc inside gentoo" 1>&2 PS1='\[\e[1;32m\]\h\[\e[0m\]<\!>: ' @@ -57,6 +62,7 @@ xrdb $HOME/.Xresources fi fi + EDITOR=xemacs fi # User specific aliases and functions @@ -89,7 +95,7 @@ ' } -function uz () { unpigz -dp 1 -c "$@" ; } +function uz () { $G/usr/bin/igzip -dc "$@" ; } function typecat () { @@ -103,6 +109,5 @@ #export HISTSIZE=3000 PATH=$PATH:$HOME/.local/bin:$HOME/bin -EDITOR=emacs -export PATH EDITOR PS1 +export PATH EDITOR PS1 G diff -r 3119bca71181 -r bcea0410143c .xemacs/init.el --- a/.xemacs/init.el Mon Apr 26 15:28:23 2021 +0000 +++ b/.xemacs/init.el Mon Apr 26 17:17:38 2021 +0000 @@ -6,5 +6,5 @@ (load "~/lib/emacs/common-init" nil t) (message "init 3") (load "~/lib/emacs/pers-init" nil t) - - +(require 'hideshow) +(message "init 4, hideshow loaded, should not be necessary")