mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2024-11-13 01:52:25 +00:00
5 lines
110 B
Text
5 lines
110 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
if [ -f "$HOME/.yadm-project/yadm" ]; then
|
||
|
export PATH="$HOME/.yadm-project:$PATH"
|
||
|
fi
|