Questions tagged [prezto]

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

The configuration framework for Zsh

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

Github repo

43 questions
0
votes
0 answers

Tmux always shows hostname instead of application running

A weird thing is happening. I have been trying to debug it for 2 days with no luck. Nothing relevant around forums as well. I have just set up my wife's machine because I need to work remotely. I have transferred all my set up from my own desktop to…
George B.
  • 565
  • 7
  • 19
0
votes
0 answers

Zshell completion calling another function

I'm written several zsh functions for tmux. I'm trying to add autocompletion to a few of these functions, but I'm running into trouble. One of these functions is tk, a shorthand for tmux kill-session. This function takes the name of a session to…
LandonSchropp
  • 10,084
  • 22
  • 86
  • 149
0
votes
2 answers

how to add node version to zsh prompt with prezto

I'm not too versed with the terminal. I'm using zsh with prezto and I wanted to show the node version in the prompt. At the prezto repo they provide these instructions: https://github.com/sorin-ionescu/prezto/tree/master/modules/node And I can…
oquiroz
  • 85
  • 5
  • 14
0
votes
0 answers

.zslogin is not sourced on a zsh startup

I am using zsh on Ubuntu with prezto. Whenever I start a new terminal my .zlogin file is not being sourced. I added lines like echo "%filename - in" and echo "$filename - out" to beginning and end of all files that I believe should be sourced on a…
antonpp
  • 2,333
  • 23
  • 28
0
votes
1 answer

echo -n is not working in zsh

I am trying to truncate a file in Red Hat 4.8.5-11. I have zsh+prezto installed on my system. I am getting error: "zsh: file exists: {file_name}" I am running following command: echo -n > {file_name} Same command is running just fine in bash. What…
Geek
  • 1,369
  • 1
  • 14
  • 25
0
votes
1 answer

Bad encoding with urxvt and prezto on Arch

I'm using Arch Linux with urxvt-unicode and when I execute a command to test if my terminal is compatible with Prezto, it's missing some characters: My locale is as…
SaXeTz
  • 500
  • 1
  • 3
  • 14
0
votes
1 answer

Retaining (zsh + prezto)'s color settings after aliasing

So I use zsh and prezto for my shell and I like the way I've configured my color settings (directories are cyan, etc.) but when I try to write: alias ls="ls -l" to my .zshrc and reload another iterm2 window, the aliased command: ls works as ls…
Sam S.
  • 348
  • 1
  • 3
  • 15
0
votes
1 answer

ZSH does not load my prezto profile with "sudo -s"

I've install prezto as usual from my home directory and configured my favorite prompt (bigfade). It works when I login with my current user account. But when I make sudo -s to become root, my profile is not loaded as in other systems. I look…
nixmind
  • 2,060
  • 6
  • 32
  • 54
0
votes
1 answer

Running Prezto inside a shell session on Emacs

I'm trying to run a prezto terminal session from Emacs, but when I execute M-shell, a normal ZSH gets loaded. How can I get prezto configuration to kick in? Also, how to avoid Completions buffer appearing and instead get autocomplete to execute like…
Galder Zamarreño
  • 5,027
  • 2
  • 26
  • 34
0
votes
1 answer

ZSH + Prezto: CD Tab Completion Issue

I've been thinking about switching over to zsh and prezto for some time now, but there are some nuisances that I'd like to solve first. Biggest of these is the fact that it seems like the tab completion for 'cd' is messed up somehow. For instance,…
Xaldew
  • 560
  • 5
  • 18
0
votes
1 answer

In prezto how to get CTRL-RARROW working?

after installing prezto when I press CTRL - RIGHTARROW I can see these characters source python;5C;5C;5C;5C Whereas emacs key bindings like ALT- f work fine. I just want my default keybindings where I can navigate using CTRL keys. My…
Mayur Rokade
  • 512
  • 7
  • 20
0
votes
0 answers

I'm having issues setting up ansi-term in emacs

Note, I use zsh, with a plugin called prezto, which gives a nice zsh configuration structure. When I start ansi-term mode, it is unable to render the fonts correctly: My ansi-terminal looks like: My typical terminal looks like: I'm wondering if…
stantona
  • 3,260
  • 2
  • 24
  • 28
0
votes
1 answer

prezto fails to load after update, giving me parse error without noticeable reason

Sometime ago I did a change from oh-my-zsh to prezto. It was a trippy installation process, but after it was working I was very happy. Boot-up time for terminal window changed dramatically. I was pretty happy with this ancient version of prezto, but…
skatkov
  • 133
  • 2
  • 10
1 2
3