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