LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   how to implement .bashrc path on KVim??? (https://www.linuxquestions.org/questions/linux-general-1/how-to-implement-bashrc-path-on-kvim-308868/)

Mathsniper 04-02-2005 02:13 AM

how to implement .bashrc path on KVim???
 
I have set path at .bashrc and its code show below:
Code:

#self-PATH
PATH1="$PATH:/usr/local/bin/y86"        #For y86 assembler
PATH2="$PATH:/usr/local/bin/hla:/usr/local/bin/hlalib/hlalib.a:/usr/local/bin/include"        #For hla assembler
export PATH=$PATH1:$PATH2

It work at terminal but i wanna work on KVim of its command mode("Press Esc"), how do i configure the .gvimrc to implement this function???


All times are GMT -5. The time now is 04:59 AM.