Results 1 to 2 of 2
Hi,
I when i run
Code:
$ gvim
to start programming, I'm actually calling a function inside my ~/.bashrc !!. This is the function:
Code:
gv ()
{
echo "entered ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-28-2012 #1Just Joined!
- Join Date
- Apr 2007
- Posts
- 25
Starting an app (gvim) call a function inside .bashrc
Hi,
I when i runto start programming, I'm actually calling a function inside my ~/.bashrc !!. This is the function:Code:$ gvim
Anyone knows any reason????Code:gv () { echo "entered to gv()" #cd /home/tirengarfio/workspace/$1; gvim }
Regards
- 11-29-2012 #2
Probably a shell alias. In a shell, type 'alias' to see what aliases are set up.
--- rod.Stuff happens. Then stays happened.


Reply With Quote
