2
votes
1answer
2k views

cmd.exe customizing the “Open Command Prompt here” shell extension

Thought I would see if anyone had any pointers on the following situation. I've been customizing command prompt to my needs, and recently changed the prompt for my user. Instead of displaying the path ...
0
votes
2answers
821 views

Customizing CSH prompt

I'm using the directions here to customize my CSH prompt. Here's what I'm using: set prompt="\n%{\033[1;32m%}%m %{\033[36m%}${cwd}$ %{\033[0m%} " First of all, the ${cwd} part isn't giving the full ...
1
vote
1answer
240 views

How to build a custom command with options

I want to make a command on my Mac to do the following: git add . git commit -m CUSTOM_COMMEND_BY_COMMAND git push cap deploy I seem to be calling those very often. I was wondering what's the best ...
2
votes
2answers
185 views

Customised command prompt

Is it possible to customise command prompt to open at a particular directory? For example, my mercurial repositories are all stored at C:\dev\repo. Obviously it makes things easier if I can customise ...
1
vote
2answers
623 views

Is there a way to hide Terminal.app's credentials (prompt text)?

I lose too many columns in my terminal because of the credentials ( Victor-Rodriguess-MacBook-Pro:~ victorrodrigues$ ). Could I shrink this? The only information I see as really needed sometimes for ...