~ruther/guix-config

5beb9d545b53c65f0b17fee7ea6f6d52e92d3514 — Rutherther 7 months ago 7b43961
feat: add liquid prompt
2 files changed, 11 insertions(+), 1 deletions(-)

M home/dotfiles/.zshrc
M home/home-configuration.scm
M home/dotfiles/.zshrc => home/dotfiles/.zshrc +9 -0
@@ 26,8 26,17 @@ unsetopt HIST_IGNORE_ALL_DUPS

setopt HIST_FCNTL_LOCK

# Aliases
alias start-dwl="source ~/.start-dwl"

# Direnv
eval "$($ZDOTDIR/direnv/direnv/bin/direnv hook zsh)"
# source $ZDOTDIR/direnv/nix-direnv

# Plugins
source $ZDOTDIR/plugins/liquidprompt/liquidprompt.plugin.zsh
source $ZDOTDIR/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
source $ZDOTDIR/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh

# LiquidPrompt config
export LP_PS1_POSTFIX=$'\n> '

M home/home-configuration.scm => home/home-configuration.scm +2 -1
@@ 127,7 127,8 @@
                    (".config/zsh/direnv/direnv" ,direnv)
                    (".config/zsh/plugins" ,#~(string-append #$(directory-union
                                                                "zsh-plugins"
                                                                (list zsh-autosuggestions zsh-syntax-highlighting))
                                                                (list zsh-autosuggestions zsh-syntax-highlighting
                                                                      liquidprompt))
                                                             "/share/zsh/plugins"))

                    (".librewolf/native-messaging-hosts/com.github.browserpass.native.json"

Do not follow this link