diff options
author | seanc <seanc@FreeBSD.org> | 2003-09-10 06:12:10 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-09-10 06:12:10 +0800 |
commit | ea97a81bb7fd1ecf5ac59d2522e7773c8c25e7af (patch) | |
tree | 03ae5efcc24bfce4a765953c0f660580843ce552 /shells/Makefile | |
parent | b3a4201cafaa60f0325b9935fd59b7569f9a2b8b (diff) | |
download | freebsd-ports-graphics-ea97a81bb7fd1ecf5ac59d2522e7773c8c25e7af.tar.gz freebsd-ports-graphics-ea97a81bb7fd1ecf5ac59d2522e7773c8c25e7af.tar.zst freebsd-ports-graphics-ea97a81bb7fd1ecf5ac59d2522e7773c8c25e7af.zip |
After using tcsh for 4 years and having just discovered the 'rprompt'
parameter, I conclude my hunt for other nifty shell tricks by adding a
port of the .tcshrc project.
Diffstat (limited to 'shells/Makefile')
-rw-r--r-- | shells/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/Makefile b/shells/Makefile index 9f000e9d2f5..1c4999568bd 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -19,6 +19,7 @@ SUBDIR += rc SUBDIR += sash SUBDIR += scponly + SUBDIR += tcshrc SUBDIR += vshnu SUBDIR += wapsh SUBDIR += zsh |