#!c:/unix/tcsh.exe # Ici on défini l'endroit ou se trouvent les commandes usuelles # (surtout là où se trouvent les commande UNIX) set path = \ ( \ . \ ~/local \ c:/WINNT/system32 \ c:/WINNT \ c:/AW/Maya2.5/bin \ c:/unix ) # Le Prompt sans couleurs set prompt="%n %M %c2 >" setenv TCSHSUBSTHB "/bin/csh c:/unix/tcsh.exe;/bin/tcsh c:/unix/tcsh.exe;" set history = 400 set savehist = 400 set color = ls-F set notify = 1 set rmstar = 1 # Les racourcis clavier # NT specific bindkey extensions bindkey -b N-up up-history bindkey -b N-down down-history bindkey -b N-right forward-char bindkey -b N-left backward-char bindkey -b N-del delete-char bindkey -b N-ins overwrite-mode bindkey -b N-1 which-command bindkey -b N-2 expand-history bindkey -b N-3 complete-word-raw bindkey -b N-home beginning-of-line bindkey -b N-end end-of-line # To bind ctrl combinations, use the following as examples. bindkey -b N-C-left backward-word bindkey -b N-C-right forward-word bindkey "^v" insert-last-word # To bind alt combinations, use the following as examples. # bindkey -b N-M-right forward-word alias ls ls-F alias ll ls -l alias la ls -a alias lt ls -t