move bin to .local/bin
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
# icky, but necessary since this might inject the needed XDG vars
|
||||
. "$HOME/.config/environment.local" 2>/dev/null
|
||||
. "$XDG_DATA_HOME/cargo/env" 2>/dev/null
|
||||
@@ -34,6 +35,7 @@ export WINEPREFIX="$XDG_DATA_HOME"/wine
|
||||
export XAUTHORITY="$XDG_RUNTIME_DIR"/Xauthority
|
||||
export XCURSOR_PATH=/usr/share/icons:"$XDG_DATA_HOME"/icons
|
||||
export _JAVA_OPTIONS=-Djava.util.prefs.userRoot="$XDG_CONFIG_HOME"/java
|
||||
export PATH="$PATH:$HOME/.local/bin:$XDG_DATA_HOME/xxtools"
|
||||
|
||||
export PGUSER=postgres
|
||||
export XBPS_DISTDIR=$HOME/repos/void-packages
|
||||
export XBPS_DISTDIR="$HOME"/repos/void-packages
|
||||
|
@@ -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