From 8e97cff50b77a5c381447e675ea448865aa69d74 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Thu, 27 May 2021 21:11:39 +0200 Subject: Bug fix in PATH export, added some of Luke's scripts --- .config/zsh/functions.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/zsh/functions.zsh') diff --git a/.config/zsh/functions.zsh b/.config/zsh/functions.zsh index 967a2d4..303e91c 100644 --- a/.config/zsh/functions.zsh +++ b/.config/zsh/functions.zsh @@ -15,7 +15,7 @@ function zle-keymap-select { # Prompt called purs function zle-line-init zle-keymap-select { - PROMPT=`$HOME/purs/target/release/purs prompt -k "$KEYMAP" -r "$?" --venv "${${VIRTUAL_ENV:t}%-*}"` + PROMPT=`$HOME/.local/src/purs/target/release/purs prompt -k "$KEYMAP" -r "$?" --venv "${${VIRTUAL_ENV:t}%-*}"` zle reset-prompt } zle -N zle-line-init @@ -24,6 +24,6 @@ zle -N zle-keymap-select autoload -Uz add-zsh-hook function _prompt_purs_precmd() { - /$HOME/purs/target/release/purs precmd + /$HOME/.local/src/purs/target/release/purs precmd } add-zsh-hook precmd _prompt_purs_precmd -- cgit v1.2.3-70-g09d2