mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-22 05:12:27 +00:00
feat(dwmtitus-setup): use $HOME
using `$HOME` rather than `cd ..` Co-authored-by: Nyx <144965845+nnyyxxxx@users.noreply.github.com>
This commit is contained in:
parent
0ecfb64121
commit
c05ac33cb0
|
@ -310,7 +310,7 @@ install_slstatus() {
|
|||
else
|
||||
echo "Skipping slstatus installation"
|
||||
fi
|
||||
cd ..
|
||||
cd "$HOME"
|
||||
}
|
||||
|
||||
checkEnv
|
||||
|
|
Loading…
Reference in New Issue
Block a user