hush/etc/hushenv

1 line
343 B
Plaintext
Raw Normal View History

2015-01-01 19:19:05 +00:00
# Sample hushenv file for GNO. # Can be installed as /etc/hushenv or $HOME/hushenv. # Define standard commands that don't exist as binaries in GNO 2.0.6 rm () { cp -p rm $@; } mv () { cp -p mv $@; } make () { dmake $@; } # Use gsh to run a few of its builtins that hush doesn't have edit () { gsh edit $@; } setdebug () { gsh setdebug $@; }