chiark
/
gitweb
/
~mdw
/
profile
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
el/dot-emacs.el: Fix configuration for SQL mode.
[profile]
/
bin
/
nocss
1
#! /bin/sh -e
2
3
case $# in 0) set -- "$SHELL" ;; esac
4
DVDCSS_CACHE=none; export DVDCSS_CACHE
5
DVDREAD_NOKEYS=t; export DVDREAD_NOKEYS
6
if [ -d "$HOME/lib/hacks/nocss" ]; then
7
LD_LIBRARY_PATH=$HOME/lib/hacks/nocss${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH}
8
export LD_LIBRARY_PATH
9
fi
10
exec "$@"