Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
4answers
9k views

about .bash_profile, .bashrc, and where should alias be written in?

it seems that if i use alias ls='ls -F' inside of .bashrc on Mac OS X, then the newly created shell will not have that alias. I need to type bash again and that alias will be in effect. and if i ...
3
votes
1answer
192 views

How do I get GNU screen to read .bash_profile/.bash_rc changes?

After I make changes in .bash_rc or .bash_profile, when I start GNU screen, it doesn't recognize those changes. I can source ~/.bash_profile and it works for the current screen window I have open, ...
3
votes
2answers
678 views

How to reload .bash_profile from the command line?

How can I reload .bash_profile from the command line? I can get the shell to recognize changes to .bash_profile by exiting and logging back in but I would like to be able to do it on demand.
3
votes
2answers
2k views

How to make emacs shell execute init file automatically?

My bash init script (~/.profile) contains important initializations, but whenever I use shell-command or compile in emacs, that init file is not read, and without those initialization my bash commands ...
3
votes
2answers
1k views

if .bash_profile usually source .bashrc any way, why not just use .bashrc?

it seems that we will put source ~/.bashrc in our .bash_profile anyway. So why not just use one file, say .bashrc ?
2
votes
1answer
101 views

Why doesn't Fabric see my .bash_profile?

In Fabric, when I try to use any alias' or functions from my .bash_profile file, they are not recognized. For instance my .bash_profile contains alias c='workon django-canada', so when I type c in ...
2
votes
2answers
56 views

bash_profile alias — Open Coda with PWD

I am working on creating a bash alias so I can just cd to a given directory and run a command which opens the pwd. My script works great, but when I grab ${pwd} it grabs the pwd of the bash_profile ...
2
votes
3answers
73 views

bash_profile mutiple line alias

I'd like to run a command called "showfiles" which would run the command "defaults write com.apple.finder AppleShowAllFiles TRUE" and "killall Finder" How do I go about doing this?
2
votes
2answers
92 views

Custom terminal command using bash_profile

I am trying to make a new command which runs a shell script that takes in arguments. So, I have the command in my .bash_profile: command() { /Users/myname/filepath/MyScript.sh } but MyScript.sh ...
2
votes
3answers
403 views

fixed width bash prompt

I'd like to set my bash prompt to a fixed width, and make up the difference in space before the $, so whether long or short, my prompt remains the same width: [name@host] ...
1
vote
1answer
114 views

PostgreSQL and OS X Lion Permission Issues .bash_profile

SET UP: I have OS X Lion 10.7.2 installed (not upgraded) I bought the laptop (no software upgrade) I have Version 4.2 (4D199) installed My .bash_profile says the following: export ...
1
vote
4answers
105 views

How to add to beginning Python path in bash

Here is my .bash_profile PYTHONPATH=".:/home/miki725/django/django:$PYTHONPATH" export PYTHONPATH So then I open python however the directory I add in .bash_profile is not the first one: Python ...
1
vote
1answer
63 views

Overusing sitecustomize.py: .bash_profile instead?

Maybe it's because I am more comfortable with python over the shell, but I chose to add to my sys.path list in /usr/lib/python[x.x]/sitecustomize.py in this manner: base = '/home/droogans/py/' locs ...
1
vote
3answers
73 views

Change bash_profile to different file path

Is there a way to change the file that my terminal loads so that it never opens or executes my .bash_profile? But still executes a different file in a different directory? Thanks!
1
vote
2answers
91 views

Configuring bash_profile to show git branch returns my branch twice

# show git branch function parse_git_branch { git branch --no-color 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/' } function proml { local BLUE="\[\033[0;34m\]" local ...
1
vote
2answers
289 views

Sourcing function file in bash_profile and bashrc but still doesn't work

It works in the interactive shell but not from in a script. This script and the trace that follows demostrates: set -x tail -n 2 ../.bash_profile tail -n 2 ../.bashrc cat ../FUNC_FILE FUNC cat ...
1
vote
4answers
358 views

Python 2.7.1 can't see Twisted

I have a new MacBook Pro running OS X 10.6.6 / Snow Leopard -- which ships with Python 2.6, although I have installed 2.7.1 Unfortunately, this doesn't seem to see the Twisted install in the ...
1
vote
2answers
89 views

How can I check if my Bash function got an argument or not?

Quick question. I love emacs. I hate typing stuff though, so I like to use e to invoke emacs. Previously I had my .bash_profile (OS X) configured as: alias e="emacs .". However, I was tired of still ...
1
vote
1answer
446 views

Bash Command which Rails does Not Find

Passenger says: Ruby on Rails application could not be started ... Command 'exiftool' not found (MiniExiftool::Error) When I login with ssh and I type exiftool in any directory the command works ...
0
votes
1answer
35 views

Make Vim see RVM ubuntu

How can I set vim to see my ruby rvm install on ubuntu. rvm is installed and ruby returns from a terminal. renshaw@renshaw-TravelMate-5740G:~$ ruby -v ruby 1.9.3p0 (2011-10-30 revision 33570) ...
0
votes
0answers
7 views

algorithm update on or about 26 dec 2011

Anyone pick up on some kind of google algorithm update on or about 26 dec 2011. My site regained all traffic lost in prev. 2011 panda updates (about 70%). I am back to first page for original ...
0
votes
1answer
47 views

RVM and bash_profile

I'm having problems installing RVM on my mac. I took my computer in to have the fan repaired so I'm using my wives trying to set up my environment to get some work done. The problem I'm having is the ...
0
votes
2answers
52 views

.bashrc variable for ./command

In linux, for a command that I have to run like ./command ; how do I set a .bashrc environment variable to run the command from any directory without having to put the full path for the command. ...
0
votes
1answer
131 views

Can I create my own bashrc file, something like “.xyzrc” and then import it from .bashrc?

I want to put my dot files on GitHub , but I don't want all my aliases showing up publicly. So my plan is to put my aliases in a seperate file and .gitignore it. However I get a permission denied when ...
0
votes
1answer
194 views

Showing git branch in shell prompt?

I am trying to get my shell prompt to display the current git branch name. I have read a few tutorials and blog posts etc. and as far as I understand I'm doing everything correctly but it doesn't ...
0
votes
2answers
176 views

How to use environment variables in Java with Eclipse? (MAC OS X)

In .bash_profile I have listed many env variables as follows: export JAVA_HOME=... export PYTHON=... ... System.getenv() returns a list of env variables (e.g., SHELL, TMP_DIR) but not those listed ...
0
votes
2answers
156 views

Setting user environment variable and apply it to new processes

I'm trying to set a global environment variable by adding it to the .bash_profile. What can I do (other than restarting), to apply this value globally, so that new processes (such as Eclipse) can ...
0
votes
1answer
135 views

How to add your application path to the user's shell path?

Is there a way to add your application path to a user's .bash_profile path variable using shell script? Also, what if the user was using a different shell like zsh etc? Is it possible to "universally" ...
0
votes
3answers
416 views

Shell Bash: Passing argument to alias

Is it possible to do the following: I want to run the following: mongodb bin/mongod in my bash_profile I have alias = "./path/to/mongodb/$1" Thanks everyone!
0
votes
2answers
140 views

How to add/use a variable to my bashrc file?

I'm a newbie to Linux operating system I need to do the following:- I have multiple projects under "~/myprojects" Think of like >ls ~/myprojects project1 project2i newproject project_possible.... ...
0
votes
3answers
2k views

Reload .profile in bash shell script (in unix)?

I'm new to bash shell scripting, and have come across a challenge. I know I can reload my ".profile" file by just doing: . .profile but I'm trying to the same in a bash script I'm writing and it is ...