0
votes
1answer
25 views

dotfiles errors | /Users/marif/.aliases:79: bad option: -t

I am pretty new to OSX but everything is almost settled down, I had configured Z and ZSH earlier and lately come to know about paulirish dot files from https://github.com/paulirish/dotfiles and ...
3
votes
2answers
57 views

zsh - show if git branch have unpushed commitments

Actually Im using a slightly modified version of the oh my zsh theme blinks. It show a SSH statement just for optical difference to my local terminal. Also it show the branch and a little star if ...
0
votes
1answer
46 views

Oh My ZSH & Vim Insert Cursor

Currently using Oh My ZSH, however, when using Vim in INSERT mode, at the end of a line, when using arrows to navigate, the insert mode ends when you hit the end of the line, making it impossible to ...
0
votes
1answer
51 views

Variable names in prompt instead of path

How can I prevent my zsh prompt from showing the variable name a path is assigned to instead of the path itself? foo="/some/path" cd "$foo" shows $ ~foo/ in my prompt instead $ /some/path/
2
votes
1answer
53 views

Zsh tab completion: Is there any plugin or feature that can allow for a MRU tab-completion scheme?

I find myself doing stuff like typing the last part of a command name because the beginning of it gets completed with other commands. Of course most other shells can't even complete stuff in this way ...
0
votes
1answer
66 views

Sending output to tty is not producing expected results [duplicate]

I'm clearly not expecting the right results. $ man less In another terminal: $ ps u # Find that pid of less is 45783 $ lsof -p 45783 COMMAND PID USER FD TYPE DEVICE SIZE/OFF ...
0
votes
1answer
41 views

Tmux: pane title (#T) is reported as “fg” rather than something more informative

Is there a way to get Tmux to show a more informative pane name? If in a particular pane I have suspended a process and come back to it (with Zsh that's invoking it with either fg or something like ...
1
vote
2answers
67 views

Pipe and regex bash ouput

I'm trying to get the dimensions of a video with ffmpeg. I use the command ffprobe video.mov to get the following data: ffprobe version 1.0 Copyright (c) 2007-2012 the FFmpeg developers built on ...
1
vote
0answers
117 views

Emacs multi-term not displaying special characters correctly

This is odd. I have defined the following prompt in zsh: local user_host='%{$terminfo[bold]$fg[green]%}%n @ %m%{$reset_color%}' local current_dir='%{$terminfo[bold]$fg[blue]%} %~%{$reset_color%}' ...
0
votes
1answer
44 views

Mac OSX .zshrc $PATH variable ignorning local command

I'm on MacOSX Mountain Lion 10.8.2, using OhMyZsh and for some odd reason, I am not able to run a command which should trigger a script in my local directory. If I navigate via terminal to the folder ...
2
votes
2answers
118 views

Wrong coloring w/ Powerline in Terminal.app

I setup tmux powerline, and installed all the corresponding fonts. The problem I am running into now is colors not appearing the same when acting as a background in the hardline. I made sure to ...
0
votes
2answers
112 views

chsh: Operation is not supported by the directory node when trying to change shell to zsh

I'm trying to install zsh as my shell. I've used curl to get the files. curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh But when it gets to changing the shell it ...
1
vote
2answers
66 views

source multiple files in .zshrc with wildcard

I use z shell via "oh my zsh". I'd like to source multiple alias files from within my .zshrc file so I can keep things well organized. I've prefixed the alias files with .alias_ so I can wildcard load ...
3
votes
2answers
317 views

command not found: complete

I have a fresh mac in front of me, I installed homebrew (just fine), and oh my zsh (just fine). I'm trying to install autojump which is a intelligent database of directories. For example, you can ...
0
votes
1answer
163 views

Mac Terminal return to basic theme [closed]

I thought it was a good idea to mess around with my terminal and install a lot of things I didn't know on to it. I have come to my senses are need to restore it so it is clean like the day I got it. I ...
0
votes
1answer
81 views

Closing a terminal window with an ssh session spawned from a function orphans the ssh rather than killing it

I recently started wrapping my ssh calls via a function in zsh, and I noticed that now if I close a terminal (Mac OS X / iTerm2) with an active ssh process, the ssh process doesn't die, but rather is ...
1
vote
3answers
421 views

RVM set ruby default, when open new terminal erase the RVM setting, go back to system ruby

I just got a new MacBook Pro and tried to setup the RVM in the system. I installed RVM and set the default to ➜ rvm list default Default ...
1
vote
1answer
125 views

remap zsh terminal hotkey

I'm using the yadr dotfiles and ZSH on my mac. I use the delimiter "jj" to switch from insert to edit mode in vim, and I did that by putting imap jj <esc> in ~/.gvimrc. However, zsh / yadr ...
0
votes
1answer
348 views

ZSH iterm2 increase number of lines history

Not sure if this is zsh, iterm2 or the interaction between them. Trying to change the number of recallable lines in the terminal - not the command history, the output history. In .zshrc I have : ...
0
votes
0answers
41 views

Is it possible to have the same prompt and profile settings across both Bash and Zsh shells?

I start to get itchy when my code isn't DRY, and for various reasons, I jump back and forth between Bash and Zsh. Instead of copy/pasting between multiple profiles, is there a way to point to a ...
2
votes
4answers
3k views

What is the definitive way to install/upgrade/set the default version of ZSH? [closed]

OSX Mountain Lion ships with ZSH 4.3.1 in /bin/zsh. After downloading, ./configure, make, make check, and make install-ing version 5.0.0, which zsh still returns /bin/zsh/ and zsh --version still ...
0
votes
1answer
110 views

Shell crashed with [Process completed]

I was doing the editing dotfile alias for the Z-Shell. This is the alias I found from dotfiles repos. function gch() { git clone git://github.com/$USER/$1.git } then when I went to zsh, run the ...
0
votes
1answer
171 views

Why is zsh reading new lines (^M) in ~/.zshrc as commands?

I'm not sure what I did to mess up my zsh configuration but every time I try to run zsh I get the following message followed by the default theme: /Users/danny/.zshrc:3: command not found: ^M ...
0
votes
1answer
513 views

Is there a good oh-my-zsh or sublime text 2 plugin to make rails queries more readable?

When running a rails console in iterm2 and querying the database, it spits out the results of the query in a big, comma-delimited blob. Is there a good plugin to format the output of a console query ...
5
votes
1answer
716 views

Oh My Zsh - Disable 'Would you like to check for updates' prompt

Every time I open up terminal on a Mac I get the prompt Would you like to check for updates? I find it quite annoying. Anyway to stop it from doing so?
1
vote
1answer
612 views

How do I get ZSH to display the current directory in the Terminal frame?

I'm gradually switching from Bash to ZSH, and trying to learn by replicating features. Can't seem to find this one though. What should I put, and where should I put it? Is this even possible? ...
0
votes
1answer
115 views

Customizing a zsh shell

I am trying to modify my terminal by following this tutorial. But I can't seem to copy the batchange.py file to my $PATH, I tried cp batchange.py ~/.bin and everything else I can think of.Here is my ...
0
votes
1answer
205 views

Zsh autocomplete function based on 2 arguments

I have a function like this: p() { cd ~/Clients/$1/Projects/$2; } Then I can type: p "Client here" "Project here" and it takes me to: ~/Clients/Client here/Projects/Project here Nothing ...
1
vote
0answers
303 views

Vim and Quickfix - Double output - rails.vim help needed

I have used Vim for 2 days now - so I'm a newbie. I'm really stuck on this problem. When I run some commands the output is displayed twice: first in the terminal, and the in the Quickfix window (is ...
6
votes
1answer
1k views

Switching from zsh to bash on OSX, and back again?

So Im learning to develop in Rails, and have discovered the power of zsh. However, for some of my other tasks, I wish to use normal Bash. Although they are the same, I just feel comfortable with the ...
4
votes
3answers
471 views

Git Log in ZSH Terminal

I remember in a Git-tutorial video that the user's terminal (probably ZSH) was split into two; one for the standard terminal commands, and below that there was something like Git log graphical ...
0
votes
4answers
289 views

Colorize STDIN in terminal

How can I colorize the input (STDIN/the feedback for what I type) in zsh outside the zsh command line? As a Reference, this is what I want to do with the input: ...
4
votes
1answer
906 views

zsh change prompt input color

I want to change the color of the input text in zsh (the text that I type for each command). Example: in user@host> ls ~/ I would want ls ~/ to be yellow to stand out from standard output. I know ...
2
votes
1answer
1k views

changing $PATH by editing .bash_profile

I am having some trouble changing my $PATH variable to include my recent mysql install. This is what I did. In a terminal session (using the zsh shell) I typed nano .bash_profile Inside of this ...
10
votes
6answers
5k views

E185: Cannot find color scheme solarized

I have Solarized installed via pathogen and it's been working fine in both terminal and MacVim on my Mac. Today, I tried setting up an Ubuntu box on Linode. I just cloned my dotfiles and symlinked to ...
4
votes
3answers
2k views

zsh: Command not found (for $EDITOR)

For whatever reason, zsh doesn't like me setting command-line arguments for my $EDITOR variable, but from what I can tell, it's not supposed to be this way. I've seen people use export EDITOR='open ...
12
votes
1answer
7k views

In OSX Lion, LANG is not set to utf8, how fix?

I try to setup postgress in OSX Lion, and find that is not correctly setup the LOCALE environment var. This is what is set: LANG= LC_COLLATE="C" LC_CTYPE="C" LC_MESSAGES="C" LC_MONETARY="C" ...
3
votes
1answer
596 views

How to turn off colors in ZSH shell? Make it black and white with unicode support!

Once when I got my hand on openbsd I was really happy to have black and white terminal, I, somehow, orienting much more with b/w colors.. Anyway I know just one option to do it. export ...
4
votes
3answers
283 views

Text disappears when typing long commands in zsh on OSX?

When I'm typing a command longer than around 20 characters the text disappears and the cursor moves to a different location in the terminal. How do I stop this? I find it difficult to understand what ...
9
votes
5answers
8k views

Opening a new terminal tab in OSX(Snow Leopard) with the opening terminal windows directory path

I've been Googling for a while looking for a simple way to do this, and I can't find one. I have a custom terminal environment set up (zsh) with various aliases and functions to make things easier. ...
10
votes
5answers
8k views

Home/End keys in zsh don't work with putty

I'm running zsh as the default shell on a Ubuntu box, and everything works fine using gnome-terminal (which as far as I know emulates xterm). When I login from a windows box via ssh and putty (which ...