dotfiles/.config/shell/login.d/dotfilescripts.sh

3 lines
128 B
Bash

# put personal scripts on the PATH to be callable
export PATH="$(du $XDG_CONFIG_HOME/scripts/bin | cut -f2 | tr '\n' ':')$PATH"