This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#set verbose | |
# set environmental variables | |
setenv EDITOR gvim.exe | |
setenv PAGER c:/bin/less | |
# setenv DISPLAY unix:0 | |
setenv LESS "-B -c -h4 -i -M -q -x4 -G" | |
setenv SHELL C:/bin/tcsh-x64.exe | |
if ($?PROCESSOR_ARCHITECTURE) then | |
setenv USER $USERNAME | |
setenv LOGNAME $USER |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#add this line | |
alias precmd "source ~/omp-prompt.csh" | |
If you have large repos, cwdcmd is probably a better alias. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#add this line | |
alias precmd "source ~/gitprompt.csh" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
call %1\VC\Auxiliary\Build\vcvars64.bat | |
echo on | |
call unreal_build_cmdline.cmd | |