From 6476ac80e8959bb8034a0a2860023d8eb2ac8375 Mon Sep 17 00:00:00 2001 From: ThanosApollo Date: Wed, 12 Oct 2022 12:58:00 +0300 Subject: Update xmonad system and zsh --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zshrc') 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' -- cgit v1.2.3