diff --git a/.cvsignore b/.cvsignore index e69de29..4db5bd3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +which-2.11.tar.gz diff --git a/sources b/sources index e69de29..15845d9 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +f4f245abb6cf848ba3642d7da57be905 which-2.11.tar.gz diff --git a/which-2.csh b/which-2.csh new file mode 100755 index 0000000..e471734 --- /dev/null +++ b/which-2.csh @@ -0,0 +1,2 @@ +# Initialization script for tcsh and csh +alias which 'alias | /usr/bin/which --tty-only --read-alias --show-dot --show-tilde' diff --git a/which-2.sh b/which-2.sh new file mode 100755 index 0000000..ee5619d --- /dev/null +++ b/which-2.sh @@ -0,0 +1,2 @@ +# Initialization script for bash and sh +alias which='alias | /usr/bin/which --tty-only --read-alias --show-dot --show-tilde'