From 5beb9d545b53c65f0b17fee7ea6f6d52e92d3514 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 17 Aug 2024 22:10:15 +0200 Subject: [PATCH] feat: add liquid prompt --- home/dotfiles/.zshrc | 9 +++++++++ home/home-configuration.scm | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/home/dotfiles/.zshrc b/home/dotfiles/.zshrc index d70d1b8..45fb641 100644 --- a/home/dotfiles/.zshrc +++ b/home/dotfiles/.zshrc @@ -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> ' diff --git a/home/home-configuration.scm b/home/home-configuration.scm index beaf419..ca27c9a 100644 --- a/home/home-configuration.scm +++ b/home/home-configuration.scm @@ -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" -- 2.48.1