mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Add shell samples
This commit is contained in:
5
samples/Shell/filenames/cshrc
Normal file
5
samples/Shell/filenames/cshrc
Normal file
@@ -0,0 +1,5 @@
|
||||
umask 022
|
||||
set path=(/opt/local/bin /opt/local/sbin /bin /usr/bin)
|
||||
if ( $?prompt ) then
|
||||
set history=32
|
||||
endif
|
||||
Reference in New Issue
Block a user