File: yashrc.debug

package info (click to toggle)
yash 2.60-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,152 kB
  • sloc: ansic: 34,578; makefile: 851; sh: 808; sed: 16
file content (19 lines) | stat: -rw-r--r-- 442 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
workdir=$(dirname -- "$0")
YASH_LOADPATH=("${workdir}/share")
PS1='\fy.[debug] \$$$ -$- j\j h\! ?$?\n'"$PS1"
PS1S='\fg.'
PS2='\fy.'"$PS2"
PS2S='\fg.'
trap 'echo SIGUSR1 received!!!' USR1

FCEDIT=vim HISTFILE=/tmp/yash-debug-history-$LOGNAME HISTSIZE=15 HISTRMDUP=3
CDPATH=.:~:/usr/

p()
if [ $# -gt 0 ]; then
  printf '%s\n' "$@"
fi

set -abefuC --nocaseglob --dotglob --histspace --markdirs --nullglob

# vim: set et sw=2 sts=2 tw=78 ft=sh: