Create wrapper scripts for XDG support

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-05-26 20:35:25 +02:00
parent 56a77bb7b2
commit d103fdec34
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
8 changed files with 85 additions and 9 deletions

View file

@ -92,12 +92,12 @@ export XMODIFIERS=@im=ibus
export QT_IM_MODULE=xim
# Adding folders to the PATH variable
export PATH="${PATH}:${HOME}/.local/bin"
export PATH="${PATH}:${CARGO_HOME}/bin"
export PATH="${PATH}:${XDG_DATA_HOME}/npm/bin"
export PATH="${PATH}:${GOPATH}/bin"
export PATH="${PATH}:${GEM_HOME}/bin"
export PATH="${PATH}:${XDG_CONFIG_HOME}/composer/vendor/bin"
export PATH="${HOME}/.local/bin:${PATH}"
# Load version control information
function current_branch() {