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"