Tagged Questions
0
votes
1answer
27 views
Weird behavior when sourcing .zshrc
I'm using zsh 5.0.2 (x86_64-apple-darwin12.3.0) on the latest MacOSX. If it makes any difference, I have also enabled oh-my-zsh.
The shell seems to be missing the .zshrc file when I want to source ...
-1
votes
1answer
62 views
Config File Sequence for ZSH?
I know there is an elaborate sequence of config files that BASH reads sequentially (or alternatively skips if a particular one is present), however I have for the most part adopted ZSH as my default ...
4
votes
1answer
130 views
Disable the configuration tool in Zsh
When there is no .zshrc file in a user's home directory and zsh is started, an interactive configuration utility is run instead of directly giving access to the shell prompt.
I set up zsh to be the ...
2
votes
2answers
254 views
Is it possible to include file in config file of zsh? How?
I'd like to have a file eg. f with only zsh aliases (pureness reasons). Then I'd like to include f file in my .zshrc file, so that the aliases defined in f are visible in .zshrc.
Is it possible?
If ...
6
votes
2answers
361 views
zsh tab completion on empty line
I'd like a tcsh'ism that I haven't been able to find: On a blank line with no content, I want to press the tab key and see the equivalent of an ls. That is to say I want
$ <tab>
to do ...
0
votes
1answer
710 views
zsh and xfce4-terminal
I've changed my login shell to zsh from bash on an installation of Debian Squeeze with XFCE. When I launch xfce4-terminal, zsh starts but does not load my configuration. I have searched high and ...
1
vote
1answer
522 views
Is it possible to source again .bashrc and .zshrc AND remove functions once inside them without restarting?
I had a function inside .zshrc that I removed.
Now, when I try to source it, it indeed sources it, but doesn't remove the function that once was inside .zshrc from memory.
Is there a way to remove ...