From d2673966061215b7d43a94cf844d594efab1dc41 Mon Sep 17 00:00:00 2001 From: Brian Carper Date: Thu, 4 Jul 2019 16:26:31 -0700 Subject: [PATCH] fix prompt symlinks --- setup.zsh | 2 +- zfunctions/async | 1 + zfunctions/prompt_pure_setup | 1 + zshrc | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) create mode 120000 zfunctions/async create mode 120000 zfunctions/prompt_pure_setup diff --git a/setup.zsh b/setup.zsh index 02592aa..acd0528 100644 --- a/setup.zsh +++ b/setup.zsh @@ -12,7 +12,7 @@ DOTFILES="${0:a:h}" log "Linking..." mkdir -p ~/.config/kitty/ -lns "$DOTFILES/zfunctions/dircolors-solarized/dircolors.ansi-light" $HOME/.dir_colors +# lns "$DOTFILES/zfunctions/dircolors-solarized/dircolors.ansi-light" $HOME/.dir_colors lns "$DOTFILES/gitconfig" $HOME/.gitconfig lns "$DOTFILES/gitignore" $HOME/.gitignore lns "$DOTFILES/spacemacs" $HOME/.spacemacs diff --git a/zfunctions/async b/zfunctions/async new file mode 120000 index 0000000..9b0b6b5 --- /dev/null +++ b/zfunctions/async @@ -0,0 +1 @@ +pure/async.zsh \ No newline at end of file diff --git a/zfunctions/prompt_pure_setup b/zfunctions/prompt_pure_setup new file mode 120000 index 0000000..020555e --- /dev/null +++ b/zfunctions/prompt_pure_setup @@ -0,0 +1 @@ +pure/pure.zsh \ No newline at end of file diff --git a/zshrc b/zshrc index 3e11ab0..68d430a 100644 --- a/zshrc +++ b/zshrc @@ -35,7 +35,7 @@ setopt no_auto_remove_slash setopt auto_param_keys setopt prompt_subst -fpath=("$HOME/.zshfunctions" $fpath) +fpath=("$HOME/.zfunctions" $fpath) autoload -U promptinit && promptinit prompt pure