Add XDG_REPOS_HOME variable
This commit is contained in:
parent
b0c2021d92
commit
2343a739da
7 changed files with 11 additions and 9 deletions
|
@ -25,7 +25,7 @@ with lib;
|
|||
set +o errexit
|
||||
set +o nounset
|
||||
|
||||
if [[ "$PWD" == "$REPOS/os" || "$PWD" == "$REPOS/personal" ]]; then
|
||||
if [[ "$PWD" == "$XDG_REPOS_DIR/os" || "$PWD" == "$XDG_REPOS_DIR/personal" ]]; then
|
||||
clear
|
||||
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue