summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 82e1738..7b72792 100644
--- a/.zshrc
+++ b/.zshrc
@@ -5,6 +5,7 @@ starting(){
}
###
export PATH="$HOME/.emacs.d/bin:$PATH"
+export PATH="$HOME/.local/bin:$PATH"
fpath=(/home/apollo/.cache/paru/clone/zsh-completions-git/zsh-completions $fpath)
## PROMPT
eval "$(starship init zsh)"
@@ -16,7 +17,6 @@ autoload -Uz vcs_info
add-zsh-hook precmd vcs_info
zstyle ':vcs_info:*' enable hg git cvs svn
zstyle ':vcs_info:*' formats '%s|%b|%a|%i|%R|%r|%S|%m'
-export PATH="$HOME/.emacs.d/bin:$PATH"
#Neovim > Vim
alias vim='nvim'