djcev.com

//

Git Repos / dotfiles / shrc

Last update to this file was on 2021-12-08 at 04:19.

Show shrc

#- .shrc 2015/00/00 cev
# bourne shell startup file. started life as:
#FreeBSD: release/10.0.0/share/skel/dot.shrc 222932 2011-06-10 13:47:11Z jilles$

# disable coredumps
ulimit -c 0
# rwxr-x---; default is umask 022 (rwxr-xr-x)
umask 027
set -o emacs

# read the list of aliases.
. $HOME/bin/aliases.sh

# set prompt
export PS1='\h\$ '
export PS2='_ '

Return to the top of this page or return to the overview of this repo.

Log shrc

Date Commit Message Author + -
2021-12-08 Initial commit. Dotfiles, scripts, basic Makefile. cev +16  

Return to the top of this page or return to the overview of this repo.