Skip to content

Commit

Permalink
fix prompt symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaddr committed Jul 9, 2019
1 parent 0bdd59d commit d267396
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions zfunctions/async
1 change: 1 addition & 0 deletions zfunctions/prompt_pure_setup
2 changes: 1 addition & 1 deletion zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d267396

Please sign in to comment.