mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 15:34:40 +01:00
7 lines
78 B
Bash
7 lines
78 B
Bash
## .profile
|
|
|
|
. "$DOTFILES_ROOT_DIR/shell/autoload"
|
|
|
|
export PATH
|
|
|
|
# vim: ft=sh
|