#!/bin/csh # Profile for csh and tcsh. # Preexec hooks are not available; KEEP_META_command is not set. if ( ! $?KEEP_META_tty ) then setenv KEEP_META_tty `tty` endif alias keep 'env KEEP_META_tty=${KEEP_META_tty} command keep \!*' alias @ 'keep --save \!*' alias @@ 'keep --get \!*'