About 50 results
Open links in new tab
  1. What ZSH theme does Kali use? - Unix & Linux Stack Exchange

    Jun 20, 2021 · Kali Linux does not use a separate theme file for its zsh customizations. So you cannot download the Kali Linux zsh theme, drop it in themes/, and set ZSH_THEME to its name as you …

  2. apply zsh themes manually - Unix & Linux Stack Exchange

    ZSH was installed as binary package. I cloned the commonly known oh-my-zsh git repo, to gain themes, but want to stay with grml zsh config, which I downloaded from grml.org and placed into …

  3. How to change theme with zsh - Unix & Linux Stack Exchange

    11 I am using this configuration on my mac (unix) to customize my shell. I am using zsh instead of bash and there are too many things along with zsh. This .dotfile configuration contains vim, zsh, git, …

  4. zsh - Load specific ZSH_THEME base on specific directory contain ...

    May 24, 2021 · I'm using ohmyzsh. I'm trying to load a diff themes base on the current directory path (pwd) Logics If pwd in or contain sustring /Sites/work/ load af-magic, else load robbyrussell. .zshrc …

  5. After installing oh-my-zsh: ... /.zshrc:source:34: no such file or ...

    Installing zsh doesn't install Oh My Zsh, which might explain if you don't have an oh-my-zsh.sh file at all (this was the case for me). You can install Oh My Zsh by ...

  6. Customize Shell Prompt Oh-my-zsh - Unix & Linux Stack Exchange

    Jul 8, 2020 · Consider the following screenshot I'm using oh-my-zsh for shell customization. But due to the longer paths , I am unable to write longer linux commands. I want to change the prompt that only …

  7. oh-my-zsh's prompt is slow: how to fix this - Unix & Linux Stack …

    I'm using macOS 10.15.2 with iTerm2, zsh 5.7.1 and oh-my-zsh (theme robbyrussell). I noticed that the prompt print is slightly slow respect to the bash one. For example, if I press enter, cursor initially …

  8. where are the zsh builtin prompt themes reside? - Unix & Linux Stack ...

    where are the zsh builtin prompt themes reside? Ask Question Asked 9 years, 4 months ago Modified 9 years, 4 months ago

  9. What's the difference between ZSH themes, prompts, and terminal …

    Sep 1, 2018 · I'm using HyperJS and I can apply a theme for it that seems to take charge over all of the colors, however the prompt layout can still be set via oh-my-zsh. What's the difference between the …

  10. Zsh theme not being applied - Unix & Linux Stack Exchange

    Dec 13, 2015 · I want to use zsh and the hassle starts already with setting the theme. I have .oh-my-zsh on my ~ I have a .zshrc file with the following line: ZSH_THEME="3den" I changed my standard-shell …