Questions tagged [pretzo]

Prezto is a configuration framework for Zsh.

Prezto is a configuration framework for Zsh; it enriches the command line interface environment with sane defaults, aliases, functions, auto completion, and prompt themes.

For more information see: https://github.com/sorin-ionescu/prezto

2 questions
10
votes
1 answer

How to merge a git repository with submodules into another with subtree merge?

I have a dotfiles repository. I want to merge another one with submodules (prezto) into it, so I can conveniently have everything in one repository without the inconvenience of submodules. How can I subtree merge prezto into my dotfiles repository…
kissgyorgy
  • 2,947
  • 2
  • 32
  • 54
0
votes
0 answers

Typing pipe character prepends with backslash

I'm getting a weird and very annoying behavior in my terminal. When I type a protocol (i.e 'http:') then the pipe (|) character a backslash() is automatically inserted before the pipe character. My test: type 'htt'+'|' => 'ht|' type…
Khai Do
  • 68
  • 4