-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.cshrc
executable file
·17 lines (16 loc) · 891 Bytes
/
.cshrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
###########################################################################
# #
# DO NOT EDIT THIS FILE #
# #
# Any changes to this file will be overwritten. #
# Put any user customizations in the file .cshrc.user #
# #
# #
###########################################################################
if ( -f /cad/xxx/etc/cad.cshrc ) then
source /cad/xxx/etc/cad.cshrc
endif
alias verdi 'verdi -nologo -rcFile /opt/picocom/tools/novas.rc'
if ( -f $HOME/.cshrc.user ) then
source $HOME/.cshrc.user
endif