Bauke/dotfiles
Bauke
/
dotfiles
Archived
1
Fork 0
This repository has been archived on 2025-09-03. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.profile

4 lines
104 B
Plaintext
Raw Normal View History

export BAUKE_DIR="$HOME/.bauke"
export PATH="$PATH:$BAUKE_DIR/bin"
2022-05-13 11:12:04 +00:00
export PATH="$PATH:$HOME/.local/bin"