diff options
author | ThanosApollo <[email protected]> | 2022-10-12 12:58:00 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-10-12 12:58:00 +0300 |
commit | 6476ac80e8959bb8034a0a2860023d8eb2ac8375 (patch) | |
tree | c5b5eaaad7e66e913f65f1bd19c45d70963a72a6 /.zshrc | |
parent | 65a2b283f6b5c51809ed2fd257532f7fe55075ec (diff) |
Update xmonad system and zsh
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |