mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-29 22:46:23 +00:00
7 lines
168 B
Bash
7 lines
168 B
Bash
# shellcheck shell=bash
|
|
# vim: filetype=zsh
|
|
|
|
export DOTFILES="$HOME/.dotfiles"
|
|
export PATH="$HOME/.local/bin:$DOTFILES/local/bin:$PATH"
|
|
export SHARED_SCRIPTS_SOURCED=0
|