move bin to .local/bin
This commit is contained in:
@@ -17,17 +17,6 @@ zstyle :compinstall filename "$ZDOTDIR/.zshrc"
|
||||
autoload -Uz compinit
|
||||
compinit -d "$XDG_CACHE_HOME"/zsh/zcompdump-"$ZSH_VERSION"
|
||||
# End of lines added by compinstall
|
||||
prependpath() {
|
||||
case ":$PATH:" in
|
||||
*:"$1":*)
|
||||
;;
|
||||
*)
|
||||
PATH="$1:${PATH:+$PATH}"
|
||||
esac
|
||||
}
|
||||
prependpath ~/bin
|
||||
prependpath ~/repos/xxtools
|
||||
|
||||
### User configuration
|
||||
# prompt configuration
|
||||
autoload -Uz vcs_info
|
||||
|
Reference in New Issue
Block a user