mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
6 lines
116 B
Bash
6 lines
116 B
Bash
umask 022
|
|
set path=(/opt/local/bin /opt/local/sbin /bin /usr/bin)
|
|
if ( $?prompt ) then
|
|
set history=32
|
|
endif
|